diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 15:21:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 15:21:20 +0000 |
commit | fe665b70e93500abc49b151fcd8c7b05be2a8139 (patch) | |
tree | 9822c26dc9a1b5985403c5bb638e84f468dfd856 /graphics/icoutils | |
parent | af95f65219ff52c2bb574f6167971e69b751a8ee (diff) | |
download | ports-fe665b70e93500abc49b151fcd8c7b05be2a8139.tar.gz ports-fe665b70e93500abc49b151fcd8c7b05be2a8139.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=342317
Diffstat (limited to 'graphics/icoutils')
-rw-r--r-- | graphics/icoutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index 3c1cfb35d50c..a26db9f2b604 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -25,11 +25,11 @@ CONFIGURE_ARGS= --disable-nls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= icotool.1 wrestool.1 PLIST_FILES= bin/icotool \ - bin/wrestool + bin/wrestool \ + man/man1/icotool.1.gz \ + man/man1/wrestool.1.gz -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRESSCRIPTS} |