aboutsummaryrefslogtreecommitdiff
path: root/devel/libunicode
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-11 22:43:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-11 22:43:54 +0000
commit475e356f7155fd042f6ecd7e4471148cb83ff0f7 (patch)
tree8bd7f831d8f0b6cd86b4badc7f7a1f0a2e80d342 /devel/libunicode
parent12d3ac014ac76ecf8a083871a376f3540b6101b3 (diff)
downloadports-475e356f7155fd042f6ecd7e4471148cb83ff0f7.tar.gz
ports-475e356f7155fd042f6ecd7e4471148cb83ff0f7.zip
Notes
Diffstat (limited to 'devel/libunicode')
-rw-r--r--devel/libunicode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile
index 5f2ed2037af7..73e35dd9bee3 100644
--- a/devel/libunicode/Makefile
+++ b/devel/libunicode/Makefile
@@ -12,7 +12,6 @@ CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libunicode/0.4
DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A library for manipulating Unicode characters and strings
@@ -25,5 +24,6 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>