svn commit: r374873 - head/deskutils/xpad-current

Jason Helfman jgh at FreeBSD.org
Wed Dec 17 20:14:00 UTC 2014


Author: jgh
Date: Wed Dec 17 20:13:58 2014
New Revision: 374873
URL: https://svnweb.freebsd.org/changeset/ports/374873
QAT: https://qat.redports.org/buildarchive/r374873/

Log:
  - remove NLS conditional, as it is handled properly by upstream

Modified:
  head/deskutils/xpad-current/Makefile

Modified: head/deskutils/xpad-current/Makefile
==============================================================================
--- head/deskutils/xpad-current/Makefile	Wed Dec 17 20:02:49 2014	(r374872)
+++ head/deskutils/xpad-current/Makefile	Wed Dec 17 20:13:58 2014	(r374873)
@@ -32,10 +32,6 @@ RUN_DEPENDS=	gnome-icon-theme>=0:${PORTS
 .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
 


More information about the svn-ports-head mailing list