aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat1/Makefile
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-09-08 04:45:53 +0800
committerjim <jim@FreeBSD.org>2000-09-08 04:45:53 +0800
commit63b5c0d79433789578064994e731e195efc4d7e1 (patch)
tree81c7d100247071809929eb3d8319091eecd772e9 /irc/xchat1/Makefile
parentc44cf8524fb16096a19b36540d3608ad6795d96a (diff)
downloadfreebsd-ports-gnome-63b5c0d79433789578064994e731e195efc4d7e1.tar.gz
freebsd-ports-gnome-63b5c0d79433789578064994e731e195efc4d7e1.tar.zst
freebsd-ports-gnome-63b5c0d79433789578064994e731e195efc4d7e1.zip
Clean up the PLIST handling. There is now only one PLIST to maintain.
Submitted by: ade
Diffstat (limited to 'irc/xchat1/Makefile')
-rw-r--r--irc/xchat1/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index 189bb833f294..f3428d49c118 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --enable-socks
.if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome
+PLIST_SUB+= GNOME:=""
.if defined(WITH_PANEL)
CONFIGURE_ARGS+= --enable-panel
.else
@@ -52,6 +53,7 @@ CONFIGURE_ARGS+= --disable-panel
.endif
.else
CONFIGURE_ARGS+= --disable-gnome
+PLIST_SUB+= GNOME:="@comment "
.endif
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -59,10 +61,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
-.if defined(WITH_GNOME)
-PLIST= ${PKGDIR}/PLIST.gnome
-.endif
-
post-install:
@strip ${PREFIX}/bin/xchat
.if !defined(NOPORTDOCS)