diff options
author | bland <bland@FreeBSD.org> | 2004-07-06 11:11:13 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-07-06 11:11:13 +0800 |
commit | de4b1f5ae760ef68093ecc14aa87bbc26a3d96c4 (patch) | |
tree | 0dcb47a4d97753a2e3df87135d0e48172af42626 /textproc | |
parent | 8b133d99071a844c86f500ae7344cc5e9239fcaf (diff) | |
download | freebsd-ports-gnome-de4b1f5ae760ef68093ecc14aa87bbc26a3d96c4.tar.gz freebsd-ports-gnome-de4b1f5ae760ef68093ecc14aa87bbc26a3d96c4.tar.zst freebsd-ports-gnome-de4b1f5ae760ef68093ecc14aa87bbc26a3d96c4.zip |
- Let MAINTAINER and COMMNET variables be overwriten from slave ports.
- Also note that previous commit fixed hier compliance issue.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index e0a9d615de1f..3369fc75b9df 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 DIST_SUBDIR= gnome2 -MAINTAINER= gnome@FreeBSD.org -COMMENT= XML parser library for GNOME +MAINTAINER?= gnome@FreeBSD.org +COMMENT?= XML parser library for GNOME USE_BZIP2= yes USE_GMAKE= yes diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 7c05a20b25a9..fe94da55282e 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 DIST_SUBDIR= gnome2 -MAINTAINER= gnome@FreeBSD.org -COMMENT= The XSLT C library for GNOME +MAINTAINER?= gnome@FreeBSD.org +COMMENT?= The XSLT C library for GNOME USE_BZIP2= yes USE_GMAKE= yes |