diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-06-24 18:20:29 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-06-24 18:20:29 +0000 |
commit | 9e4f44995b84dfdd47537a180e5c41d0dcd54fae (patch) | |
tree | c2f98ea6f1e354388f3e1db5d0b41f10e8e8f26c /sysutils/most | |
parent | 275ed5cca6c9b5d5301606dfbfc03892bc84f4c8 (diff) |
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
Notes
Notes:
svn path=/head/; revision=256925
Diffstat (limited to 'sysutils/most')
-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 |