summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-03 21:44:24 +0000
committerrillig <rillig>2006-10-03 21:44:24 +0000
commit5107fe4c6c4cdad307abbefada021f852510449a (patch)
tree3b9c5714c00e430ced2fe1a62eb23d9e5397313c /archivers
parent74fc67c1d329210ce2f74850ca2563e2ec5a93f9 (diff)
downloadpkgsrc-5107fe4c6c4cdad307abbefada021f852510449a.tar.gz
Fixed pkglint warnings and the path to the manual pages.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/stuffit/Makefile10
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/* \