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 | |
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')
-rw-r--r-- | devel/libsigc++/Makefile | 2 | ||||
-rw-r--r-- | devel/libunicode/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 1d58dacd667c..94fb21674386 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -12,8 +12,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= libsigc \ sources/libsigc++/1.0 - -#DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Callback Framework for C++ 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> |