diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 05:10:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 05:10:12 +0000 |
commit | f93037906737a222c3f70a3b89eca01b6693f856 (patch) | |
tree | ebfa5fb7323f2dafdb884ed9847f62128b595cc7 | |
parent | Fix things up after the recent GNOMENG commit. (diff) |
Add in the DATADIR PLIST_SUB as GNOMENG doesn't do this.
Notes
Notes:
svn path=/head/; revision=65896
-rw-r--r-- | net-im/gicq/Makefile | 2 | ||||
-rw-r--r-- | net/gicq/Makefile | 2 |
2 files changed, 4 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: diff --git a/net/gicq/Makefile b/net/gicq/Makefile index 60eeb8113eda..9bcfc0e068a4 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: |