pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libansilove: remove now useless post-install target, man page is installed automatically.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Thu Jun 20 20:47:13 2019 +0200
Changeset:	4a8b936062f36031ecfd2487eaba9578ec0cf8f0

Modified Files:
	libansilove/Makefile

Log Message:
libansilove: remove now useless post-install target, man page is installed automatically.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a8b936062f36031ecfd2487eaba9578ec0cf8f0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libansilove/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/libansilove/Makefile b/libansilove/Makefile
index 0cefd021fc..51e6cf445f 100644
--- a/libansilove/Makefile
+++ b/libansilove/Makefile
@@ -12,11 +12,5 @@ LICENSE=	2-clause-bsd
 
 USE_CMAKE=	yes
 
-INSTALLATION_DIRS+=	${PKGMANDIR}/man3
-
-post-install:
-	${RUN}${INSTALL_MAN} ${WRKSRC}/libansilove.3 \
-	                     ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
-
 .include "../../graphics/gd/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index