diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-12 18:47:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-12 18:47:29 +0800 |
commit | b9b4a41de2c380b9adfd959540c64fb62f475752 (patch) | |
tree | 1b461163896830e8e07246e04c3a56455742c8de | |
parent | 1d3bb064e6a5f2492a8e012d2af827c13a2a2518 (diff) | |
download | freebsd-ports-gnome-b9b4a41de2c380b9adfd959540c64fb62f475752.tar.gz freebsd-ports-gnome-b9b4a41de2c380b9adfd959540c64fb62f475752.tar.zst freebsd-ports-gnome-b9b4a41de2c380b9adfd959540c64fb62f475752.zip |
- Stage support
-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 |