aboutsummaryrefslogtreecommitdiff
path: root/archivers/stuffit
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/stuffit')
-rw-r--r--archivers/stuffit/Makefile9
-rw-r--r--archivers/stuffit/pkg-descr2
2 files changed, 4 insertions, 7 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile
index a7c42fcd512a..4f7ee8f39b54 100644
--- a/archivers/stuffit/Makefile
+++ b/archivers/stuffit/Makefile
@@ -1,8 +1,6 @@
-# Created by: Nathan Ahlstrom <nra@FreeBSD.org>
-
PORTNAME= stuffit
PORTVERSION= 5.2.0.611
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers linux
MASTER_SITES= https://webdiis.unizar.es/pub/unix/archive/ \
http://mirror.sobukus.de/files/grimoire/z-archive/
@@ -10,6 +8,7 @@ DISTNAME= stuffit520.611linux-i386
MAINTAINER= ports@FreeBSD.org
COMMENT= Stuffit Archive Creator and Expander
+WWW= https://my.smithmicro.com/unix/stuffit/
# Converted from RESTRICTED
LICENSE= STUFFIT
@@ -24,7 +23,7 @@ NO_WRKSUBDIR= yes
STUFFIT_FILES= bin/unstuff bin/stuff
STUFFIT_MAN= man/man1/stuff.1 man/man1/unstuff.1
PLIST_FILES= ${STUFFIT_FILES} \
- ${STUFFIT_MAN:S,$,.gz,}
+ ${STUFFIT_MAN:S,$,.gz,:S,^,share/,}
do-build:
.for sFile in ${STUFFIT_FILES}
@@ -36,7 +35,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${sFile} ${STAGEDIR}${PREFIX}/bin
.endfor
.for mFile in ${STUFFIT_MAN}
- ${INSTALL_MAN} ${WRKSRC}/${mFile} ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${mFile} ${STAGEDIR}${PREFIX}/share/man/man1
.endfor
.include <bsd.port.mk>
diff --git a/archivers/stuffit/pkg-descr b/archivers/stuffit/pkg-descr
index 834badb3060b..df12c4c737d4 100644
--- a/archivers/stuffit/pkg-descr
+++ b/archivers/stuffit/pkg-descr
@@ -8,5 +8,3 @@ Command-line utilities to:
rar, gzip, UNIX compress, uuencode, BinHex, btoa, MIME,
tar, MacBinary, segmented StuffIt, PrivateFile, bzip2,
and AppleSingle.
-
-WWW: http://my.smithmicro.com/unix/stuffit/