diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-09-07 20:45:53 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-09-07 20:45:53 +0000 |
commit | 6d443947785139a1e6c908901b90eee2774e897b (patch) | |
tree | 62c0b7370ef3a84c1c2465b21f878a3d14d4e71b /irc/xchat-gnome/Makefile | |
parent | Fix DISTFILE fennerage. I'm only the MAINTAINER for docbook-310, but the (diff) |
Clean up the PLIST handling. There is now only one PLIST to maintain.
Submitted by: ade
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 189bb833f294..f3428d49c118 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/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) |