aboutsummaryrefslogtreecommitdiff
path: root/math/wcalc/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-02 16:02:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-02 16:02:32 +0000
commit96cc6ec6fafd6253dced8a6ddcf6b10b58ffd35b (patch)
tree3e346093f7af8f785f61a5c03e9d683fefc22e17 /math/wcalc/Makefile
parent76238fe5e39ebe60b3503a53bf841a85fe3bfb1f (diff)
Notes
Diffstat (limited to 'math/wcalc/Makefile')
-rw-r--r--math/wcalc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile
index 8d8ac8d6f714..540f3b40830e 100644
--- a/math/wcalc/Makefile
+++ b/math/wcalc/Makefile
@@ -20,9 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-MAN1= wcalc.1
+PLIST_FILES= bin/wcalc \
+ man/man1/wcalc.1.gz
-PLIST_FILES= bin/wcalc
-
-NO_STAGE= yes
.include <bsd.port.mk>