diff options
Diffstat (limited to 'archivers/stuffit')
-rw-r--r-- | archivers/stuffit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index f99dd2b..8d2f966 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -28,9 +28,9 @@ NO_BUILD= yes STRIP= # empty: do not strip linux binary during INSTALL_PROGRAM WRKSRC= ${WRKDIR} STUFFIT_FILES= bin/unstuff bin/stuff -STUFFIT_MAN= man/man1/stuff.1 man/man1/unstuff.1 +STUFFIT_MAN= man/man1/stuff.1 man/man1/unstuff.1 -MAN1 = stuff.1 unstuff.1 +MAN1= stuff.1 unstuff.1 post-fetch: @${CHMOD} a+x ${DISTDIR}/${DISTFILES} |