diff options
author | wxs <wxs@FreeBSD.org> | 2011-12-26 03:30:17 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-12-26 03:30:17 +0800 |
commit | 22d0ce133ffe8e12c3f0585c1ae45c6e678d23b9 (patch) | |
tree | a35ff1c808e3d560688ac86d294681c83d082d0b /net-mgmt | |
parent | 1b62f66cf21d6e89d5229aaccf05ef317121ee18 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |