diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:47:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:47:29 +0000 |
commit | c35e7a0c9271e46dfa26df52ab32ca21d2a0bca1 (patch) | |
tree | 1b461163896830e8e07246e04c3a56455742c8de | |
parent | af4959ec2d50243d7bc777660331c49c3bd47253 (diff) | |
download | ports-c35e7a0c9271e46dfa26df52ab32ca21d2a0bca1.tar.gz ports-c35e7a0c9271e46dfa26df52ab32ca21d2a0bca1.zip |
Notes
-rw-r--r-- | net-mgmt/weplab/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/weplab/Makefile b/net-mgmt/weplab/Makefile index 894c0c7e7929..90a80dc1eafc 100644 --- a/net-mgmt/weplab/Makefile +++ b/net-mgmt/weplab/Makefile @@ -12,10 +12,9 @@ COMMENT= WepLab is a tool designed to teach how WEP works GNU_CONFIGURE= yes USE_CSTD= gnu89 -MAN1= weplab.1 -PLIST_FILES= bin/weplab +PLIST_FILES= bin/weplab \ + man/man1/weplab.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS) *=,\1 ?=,g' \ ${WRKSRC}/Makefile.in |