diff options
author | mi <mi@FreeBSD.org> | 2014-06-07 06:36:41 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2014-06-07 06:36:41 +0800 |
commit | dbf1d628c86f84ba2436d40ced780f5421446c82 (patch) | |
tree | d5eacb3cd02cbf914b0b8b21a64cd245a750ea2b /deskutils | |
parent | cd87c70eabe308b5af85a7d4dbef0acdd13d210b (diff) | |
download | freebsd-ports-gnome-dbf1d628c86f84ba2436d40ced780f5421446c82.tar.gz freebsd-ports-gnome-dbf1d628c86f84ba2436d40ced780f5421446c82.tar.zst freebsd-ports-gnome-dbf1d628c86f84ba2436d40ced780f5421446c82.zip |
Remove the NO_STAGE knob. No obvious ill-effects. Seems to "just work".
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xmdiary/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index 131407e6ce5b..57aea5152f98 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -20,7 +20,6 @@ MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \ xdlight.1 xdnotify.1 xdprformat.1 xdremind.1 xdremove.1 \ xdrestore.1 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \ ${WRKSRC}/tools/LstLinked.c ${WRKSRC}/tools/System.c \ |