diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:02:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:02:32 +0000 |
commit | 96cc6ec6fafd6253dced8a6ddcf6b10b58ffd35b (patch) | |
tree | 3e346093f7af8f785f61a5c03e9d683fefc22e17 /math/wcalc/Makefile | |
parent | 76238fe5e39ebe60b3503a53bf841a85fe3bfb1f (diff) |
Notes
Diffstat (limited to 'math/wcalc/Makefile')
-rw-r--r-- | math/wcalc/Makefile | 6 |
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> |