diff options
author | pav <pav@FreeBSD.org> | 2004-07-12 06:43:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-12 06:43:54 +0800 |
commit | a08e3aa4b27a392bd7e0ff6209ebb45f14e1851a (patch) | |
tree | b700cb9290a90c0f12b6737775b702e48bd4dd55 /devel/libunicode/Makefile | |
parent | aace59704167f169e93520a2fd665a21638c4005 (diff) | |
download | freebsd-ports-gnome-a08e3aa4b27a392bd7e0ff6209ebb45f14e1851a.tar.gz freebsd-ports-gnome-a08e3aa4b27a392bd7e0ff6209ebb45f14e1851a.tar.zst freebsd-ports-gnome-a08e3aa4b27a392bd7e0ff6209ebb45f14e1851a.zip |
- Portlint
Diffstat (limited to 'devel/libunicode/Makefile')
-rw-r--r-- | devel/libunicode/Makefile | 2 |
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> |