diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-02 08:16:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-02 08:16:57 +0800 |
commit | 216eab8f84c17d525d8a18c285623f2e5eab17e2 (patch) | |
tree | 199ec6a50076111363f18795e392c7cfeef8a7e9 /www/amyc | |
parent | cb8375b1aebba2b0a76f71654e3b5a632a74cbd1 (diff) | |
download | freebsd-ports-gnome-216eab8f84c17d525d8a18c285623f2e5eab17e2.tar.gz freebsd-ports-gnome-216eab8f84c17d525d8a18c285623f2e5eab17e2.tar.zst freebsd-ports-gnome-216eab8f84c17d525d8a18c285623f2e5eab17e2.zip |
Fix package building due to a REINPLACE_CMD typo.
Reported by: bento
Requested by: portmgr (kris)
Diffstat (limited to 'www/amyc')
-rw-r--r-- | www/amyc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile index 8267e74513bf..a8b05e6d8196 100644 --- a/www/amyc/Makefile +++ b/www/amyc/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" USE_GNOMENG= yes +USE_GNOME= gnomehack WANT_GNOME= yes .include <bsd.port.pre.mk> @@ -35,8 +36,4 @@ PKGNAMESUFFIX= -gtk PLIST_SUB= WITH_GTK="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e 's!\(datadir\)/locale!(prefix)/share/locale!' \ - ${WRKSRC}/po/Makefile.in.in - .include <bsd.port.post.mk> |