diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 15:14:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 15:14:05 +0800 |
commit | ce2ec523ad487083181862ec29bcdc97bd66be8a (patch) | |
tree | 9336537060dc9a4c473c1bfaeb23ab3533e2371b /sysutils/most | |
parent | bfbd601122d6fefd268a1ccc987e27b39e5aa214 (diff) | |
download | freebsd-ports-gnome-ce2ec523ad487083181862ec29bcdc97bd66be8a.tar.gz freebsd-ports-gnome-ce2ec523ad487083181862ec29bcdc97bd66be8a.tar.zst freebsd-ports-gnome-ce2ec523ad487083181862ec29bcdc97bd66be8a.zip |
Support staging.
Diffstat (limited to 'sysutils/most')
-rw-r--r-- | sysutils/most/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 9168cf5eb9f6..11e4634057bc 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -20,13 +20,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-mmap MAKE_JOBS_UNSAFE= yes -PLIST_FILES= bin/most +PLIST_FILES= bin/most man/man1/most.1.gz PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc -MAN1= most.1 PORTSCOUT= skipv:5.0.0a -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \ ${WRKSRC}/src/jdmacros.h |