aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-03-14 14:32:04 +0800
committerjgh <jgh@FreeBSD.org>2013-03-14 14:32:04 +0800
commit7bcf751b841ed0a665b48818d21f010daac3bd99 (patch)
treedc4565fbcb8e38fe0e42b0b1af7edd9e43bc5af8 /textproc
parent2b4983b05d4b3e55be202bca641b679d38454bc2 (diff)
downloadfreebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.tar.gz
freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.tar.zst
freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.zip
- adopt optionsNG and trim historical headers
PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/fpc-aspell/Makefile9
-rw-r--r--textproc/fpc-libxml2/Makefile10
2 files changed, 7 insertions, 12 deletions
diff --git a/textproc/fpc-aspell/Makefile b/textproc/fpc-aspell/Makefile
index 745ce096f587..e219067e8ef1 100644
--- a/textproc/fpc-aspell/Makefile
+++ b/textproc/fpc-aspell/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpc-aspell
-# Date created: 2009-01-06
-# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-#
+# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= textproc lang
@@ -18,6 +14,7 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= ASPELL "Install aspell spell checker" on
+OPTIONS_DEFINE= ASPELL
+OPTIONS_DEFAULT= ASPELL
.include "${MASTERDIR}/Makefile"
diff --git a/textproc/fpc-libxml2/Makefile b/textproc/fpc-libxml2/Makefile
index 9135aa1696a3..71c5142bf8ab 100644
--- a/textproc/fpc-libxml2/Makefile
+++ b/textproc/fpc-libxml2/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpc-libxml2
-# Date created: 2010-04-22
-# Whom: Christoper Key <cjk32@cam.ac.uk>
-#
+# Created by: Christoper Key <cjk32@cam.ac.uk>
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= textproc lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/2//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= LIBXML2 "Install xml2 library" on
+OPTIONS_DEFINE= LIBXML2
+LIBXML2_DESC= Install xml2 library
+OPTIONS_DEFAULT= LIBXML2
.include "${MASTERDIR}/Makefile"