aboutsummaryrefslogtreecommitdiffstats
path: root/net
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 /net
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 'net')
-rw-r--r--net/fpc-ldap/Makefile10
-rw-r--r--net/fpc-pcap/Makefile10
2 files changed, 8 insertions, 12 deletions
diff --git a/net/fpc-ldap/Makefile b/net/fpc-ldap/Makefile
index 7133eb01abec..c3f121abd5f0 100644
--- a/net/fpc-ldap/Makefile
+++ b/net/fpc-ldap/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpc-ldap
-# Date created: 2010-04-22
-# Whom: Christopher Key <cjk32@cam.ac.uk>
-#
+# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= net lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= OPENLDAP "Install OpenLDAP libraries" on
+OPTIONS_DEFINE= OPENLDAP
+OPENLDAP_DESC= Install OpenLDAP libraries
+OPTIONS_DEFAULT= OPENLDAP
.include "${MASTERDIR}/Makefile"
diff --git a/net/fpc-pcap/Makefile b/net/fpc-pcap/Makefile
index 5e446fec30e2..18aa1870c657 100644
--- a/net/fpc-pcap/Makefile
+++ b/net/fpc-pcap/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpc-pcap
-# Date created: 2006-09-11
-# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-#
+# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= net lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= LIBPCAP "Install ubiquitous network traffic capture library" on
+OPTIONS_DEFINE= LIBPCAP
+LIBPCAP_DESC= Install ubiquitous network traffic capture library
+OPTIONS_DEFAULT= LIBPCAP
.include "${MASTERDIR}/Makefile"