diff options
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> |