diff options
-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 |