diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2014-12-17 20:13:58 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2014-12-17 20:13:58 +0000 |
commit | caf2f0a8fd3a2efca4990c022ef20c0e9f97bd2f (patch) | |
tree | d97d172c234ab109217e500642a112caaefe7321 /deskutils | |
parent | 2d03571fc8da1453d36115cd1dd485078eceaad2 (diff) | |
download | ports-caf2f0a8fd3a2efca4990c022ef20c0e9f97bd2f.tar.gz ports-caf2f0a8fd3a2efca4990c022ef20c0e9f97bd2f.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xpad-current/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile index 82acf39f3b95..25b729cf3dd0 100644 --- a/deskutils/xpad-current/Makefile +++ b/deskutils/xpad-current/Makefile @@ -32,10 +32,6 @@ RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme .include <bsd.port.options.mk> post-patch: -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \ - ${WRKSRC}/Makefile.in -.endif @${REINPLACE_CMD} -e 's|glib/glist.h|glib.h|g' \ ${WRKSRC}/src/xpad-undo.c |