diff options
author | kris <kris@FreeBSD.org> | 2003-10-26 21:58:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-26 21:58:50 +0000 |
commit | c90d909dd04b82f358a7ebb43a2d06db7d55ce1e (patch) | |
tree | 2f87d0be8ca52e2244a9e78ed4bbae8fcf147ea2 /archivers/stuffit | |
parent | c94bd6e6c8ee6138d980f4304c3bf762b03174b1 (diff) | |
download | FreeBSD-ports-c90d909dd04b82f358a7ebb43a2d06db7d55ce1e.zip FreeBSD-ports-c90d909dd04b82f358a7ebb43a2d06db7d55ce1e.tar.gz |
portlint (fix whitespace)
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} |