diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-03 21:44:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-03 21:44:24 +0000 |
commit | 680973f68f5d874226fd7963975043f7d052165c (patch) | |
tree | 3b9c5714c00e430ced2fe1a62eb23d9e5397313c /archivers | |
parent | d5514a94a32af66a25fd74f917377c5469634502 (diff) | |
download | pkgsrc-680973f68f5d874226fd7963975043f7d052165c.tar.gz |
Fixed pkglint warnings and the path to the manual pages.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/stuffit/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index 3d861bf094f..ead14d439ff 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/05/22 22:22:02 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/10/03 21:44:24 rillig Exp $ DISTNAME= stuffit520.611linux-i386 PKGNAME= stuffit-5.2.0.611 @@ -28,14 +28,12 @@ WRKSRC= ${WRKDIR} NO_CONFIGURE= yes NO_BUILD= yes -INSTALLATION_DIRS= bin man/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS+= share/doc/stuffit/stuff share/doc/stuffit/unstuff do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${PREFIX}/man/man1 - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stuffit - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stuffit/stuff - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stuffit/unstuff + ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_DATA} ${WRKSRC}/doc/stuff/* \ ${PREFIX}/share/doc/stuffit/stuff/ ${INSTALL_DATA} ${WRKSRC}/doc/unstuff/* \ |