aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2011-12-26 03:30:17 +0800
committerwxs <wxs@FreeBSD.org>2011-12-26 03:30:17 +0800
commit22d0ce133ffe8e12c3f0585c1ae45c6e678d23b9 (patch)
treea35ff1c808e3d560688ac86d294681c83d082d0b /net-mgmt
parent1b62f66cf21d6e89d5229aaccf05ef317121ee18 (diff)
downloadfreebsd-ports-gnome-22d0ce133ffe8e12c3f0585c1ae45c6e678d23b9.tar.gz
freebsd-ports-gnome-22d0ce133ffe8e12c3f0585c1ae45c6e678d23b9.tar.zst
freebsd-ports-gnome-22d0ce133ffe8e12c3f0585c1ae45c6e678d23b9.zip
Switch to using bsd.port.options.mk and remove unnecessary assignments.
PR: ports/162754 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netustad/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-mgmt/netustad/Makefile b/net-mgmt/netustad/Makefile
index 74c5a096bf77..b7fe51d40f13 100644
--- a/net-mgmt/netustad/Makefile
+++ b/net-mgmt/netustad/Makefile
@@ -22,13 +22,9 @@ USE_GETTEXT= yes
GNU_CONFIGURE= yes
OPTIONS= SSL "Use netUstad with SSL support" on
-PORT_DBDIR?= /var/db/ports
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
-OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
-.if exists(${OPTIONSFILE})
-.include "${OPTIONSFILE}"
-.endif
+.include <bsd.port.options.mk>
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes