aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2015-08-25 18:03:08 +0800
committermakc <makc@FreeBSD.org>2015-08-25 18:03:08 +0800
commit9e5654a5c0aea99f1b9b5daff162b08b49242b7b (patch)
tree542278ecb4449b3df78960fd5f6cf7d8be50914f /irc
parent76858881403322c6f97767f7d23afe1a13ec5546 (diff)
downloadfreebsd-ports-gnome-9e5654a5c0aea99f1b9b5daff162b08b49242b7b.tar.gz
freebsd-ports-gnome-9e5654a5c0aea99f1b9b5daff162b08b49242b7b.tar.zst
freebsd-ports-gnome-9e5654a5c0aea99f1b9b5daff162b08b49242b7b.zip
Convert my ports to new options helpers
Diffstat (limited to 'irc')
-rw-r--r--irc/quassel/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile
index 236fa7625d1f..a405df8e6d2c 100644
--- a/irc/quassel/Makefile
+++ b/irc/quassel/Makefile
@@ -67,10 +67,8 @@ GROUPS= ${USERS}
SUB_FILES= pkg-message
.endif
-pre-configure:
-.if !${PORT_OPTIONS:MNLS}
+post-patch-NLS-off:
${REINPLACE_CMD} -e '/add_subdirectory(po)/d' \
${WRKSRC}/CMakeLists.txt
-.endif
.include <bsd.port.mk>