diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-06-25 02:20:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-06-25 02:20:29 +0800 |
commit | a631f572bad969001aa212b96e7e7c6097548a0a (patch) | |
tree | fbfdda8fda83abf3eea8b0c09a3c5fc8516cd904 /sysutils | |
parent | cab4ddce95098df458239c78afaa4b094623be48 (diff) | |
download | freebsd-ports-gnome-a631f572bad969001aa212b96e7e7c6097548a0a.tar.gz freebsd-ports-gnome-a631f572bad969001aa212b96e7e7c6097548a0a.tar.zst freebsd-ports-gnome-a631f572bad969001aa212b96e7e7c6097548a0a.zip |
Advise portscout to skip version 5.0.0a - the only difference between those
two versions is Makefile glue which does not affect this port.
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/most/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 32dfc3e49830..9cb8c12f776f 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -28,6 +28,8 @@ PLIST_FILES= bin/most PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc MAN1= most.1 +PORTSCOUT= skipv:5.0.0a + post-patch: @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \ ${WRKSRC}/src/jdmacros.h |