aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 00:16:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 00:16:57 +0000
commit597f20fe49c4374806b1c61832d4847292035f29 (patch)
tree859efc105eddcb63f7be10214a5cb75822153dcb /www
parent9a6b4c098e8c989011481d744cd454cc2695396f (diff)
downloadports-597f20fe49c4374806b1c61832d4847292035f29.tar.gz
ports-597f20fe49c4374806b1c61832d4847292035f29.zip
Fix package building due to a REINPLACE_CMD typo.
Reported by: bento Requested by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=71288
Diffstat (limited to 'www')
-rw-r--r--www/amyc/Makefile5
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>