diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 21:58:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 21:58:50 +0000 |
commit | cd526025d656d3f076e54e019eb74a8a847de217 (patch) | |
tree | 6bb02451d005d9ed67b046315f5aae9922880275 /archivers/stuffit | |
parent | Correct CATEGORIES. (diff) |
portlint (fix whitespace)
Notes
Notes:
svn path=/head/; revision=92248
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 f99dd2bbf459..8d2f9669c56c 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} |