aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gucharmap/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-13 01:11:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-13 01:11:09 +0000
commit60f46d4fc79b0d096325364d8419c7f81e86864f (patch)
treef556bc7bea38bd6f8dbef1442dceaaff3bfab23e /deskutils/gucharmap/Makefile
parent588291566f66a794ac92494a83ee988fdadaf0db (diff)
downloadports-60f46d4fc79b0d096325364d8419c7f81e86864f.tar.gz
ports-60f46d4fc79b0d096325364d8419c7f81e86864f.zip
Notes
Diffstat (limited to 'deskutils/gucharmap/Makefile')
-rw-r--r--deskutils/gucharmap/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
index 2860b09bff38..9d644df3629b 100644
--- a/deskutils/gucharmap/Makefile
+++ b/deskutils/gucharmap/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= gucharmap
-PORTVERSION= 0.6.1
+PORTVERSION= 0.8.0
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
DIST_SUBDIR= gnome2
-MAINTAINER= marcus@FreeBSD.org
+MAINTAINER= gnome@FreeBSD.org
COMMENT= A Unicode/ISO10646 character map and font viewer
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
@@ -37,8 +37,4 @@ PKGNAMESUFFIX= -gnome
CONFIGURE_ARGS= --disable-gnome
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.post.mk>