diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-09 05:10:12 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-09 05:10:12 +0000 |
commit | 454af21c2a187f41eaea7e107c1e0628183b86ec (patch) | |
tree | e7132de64574532f445aeaf66cf432dc0220546a /net/gicq | |
parent | f9101a28f28450a0522c16f96eff1fa663db11ab (diff) | |
download | FreeBSD-ports-454af21c2a187f41eaea7e107c1e0628183b86ec.zip FreeBSD-ports-454af21c2a187f41eaea7e107c1e0628183b86ec.tar.gz |
Add in the DATADIR PLIST_SUB as GNOMENG doesn't do this.
Diffstat (limited to 'net/gicq')
-rw-r--r-- | net/gicq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/gicq/Makefile b/net/gicq/Makefile index 60eeb81..9bcfc0e 100644 --- a/net/gicq/Makefile +++ b/net/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: |