diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-20 22:03:17 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-20 22:03:17 +0800 |
commit | 5ffea9dcfed1a29a8129de86e19911ed6d2daefa (patch) | |
tree | a8bb193947f12a1147c02748c990fc0a4362ec25 /archivers | |
parent | aa12623570b29f3e1474c033771c3517d4b9d55b (diff) | |
download | freebsd-ports-gnome-5ffea9dcfed1a29a8129de86e19911ed6d2daefa.tar.gz freebsd-ports-gnome-5ffea9dcfed1a29a8129de86e19911ed6d2daefa.tar.zst freebsd-ports-gnome-5ffea9dcfed1a29a8129de86e19911ed6d2daefa.zip |
Add missing man page.
PR: 35090
Submitted by: khera@kciLink.com
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/stuffit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index 49f16854e023..ed94880c50a2 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -32,6 +32,8 @@ WRKSRC= ${WRKDIR} STUFFIT_FILES= bin/unstuff bin/stuff STUFFIT_MAN= man/man1/stuff.1 man/man1/unstuff.1 +MAN1 = stuff.1 unstuff.1 + post-fetch: @${CHMOD} a+x ${DISTDIR}/${DISTFILES} |