diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-09 13:10:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-09 13:10:12 +0800 |
commit | 454af21c2a187f41eaea7e107c1e0628183b86ec (patch) | |
tree | e7132de64574532f445aeaf66cf432dc0220546a /net-im/gicq | |
parent | f9101a28f28450a0522c16f96eff1fa663db11ab (diff) | |
download | freebsd-ports-gnome-454af21c2a187f41eaea7e107c1e0628183b86ec.tar.gz freebsd-ports-gnome-454af21c2a187f41eaea7e107c1e0628183b86ec.tar.zst freebsd-ports-gnome-454af21c2a187f41eaea7e107c1e0628183b86ec.zip |
Add in the DATADIR PLIST_SUB as GNOMENG doesn't do this.
Diffstat (limited to 'net-im/gicq')
-rw-r--r-- | net-im/gicq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile index 60eeb8113eda..9bcfc0e068a4 100644 --- a/net-im/gicq/Makefile +++ b/net-im/gicq/Makefile @@ -30,8 +30,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if ${HAVE_GNOME:Mgnomelibs}!="" USE_GNOME+= gnomeprefix gnomehack gnomelibs PKGNAMESUFFIX= -gnome +PLIST_SUB= DATADIR="share/gnome" .else CONFIGURE_ARGS+=--without-gnome +PLIST_SUB= DATADIR="share" .endif post-patch: |