aboutsummaryrefslogtreecommitdiff
path: root/comms/gtkmmorse
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-05-25 09:50:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-05-25 09:50:39 +0000
commit46d90be0ecfdb5b01a02ae42ed400944d096c1eb (patch)
tree83aa6aaab217608ce9685b29df2c26721bae359b /comms/gtkmmorse
parentaec871e4760a3a385efe61becda4b0c475468a0e (diff)
downloadports-46d90be0ecfdb5b01a02ae42ed400944d096c1eb.tar.gz
ports-46d90be0ecfdb5b01a02ae42ed400944d096c1eb.zip
- Stage support
PR: 190187 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=355151
Diffstat (limited to 'comms/gtkmmorse')
-rw-r--r--comms/gtkmmorse/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/gtkmmorse/Makefile b/comms/gtkmmorse/Makefile
index 7d4c1c94232a..9169a002bae8 100644
--- a/comms/gtkmmorse/Makefile
+++ b/comms/gtkmmorse/Makefile
@@ -18,12 +18,11 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pkgconfig
-PLIST_FILES= bin/gtkmmorse
-MAN1= gtkmmorse.1
+PLIST_FILES= bin/gtkmmorse \
+ man/man1/gtkmmorse.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|-ansi||g' -e 's|-pedantic||g' \
${WRKSRC}/src/Makefile.in
-NO_STAGE= yes
.include <bsd.port.mk>