diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 06:59:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 06:59:23 +0800 |
commit | 7007073c8429fa5d3f9a8d991830808a1cfe3f21 (patch) | |
tree | 7fb984299502ba7f17f150e8c7ef041283f7ec66 /finance | |
parent | 90071245db2a45cc67dc3f406858e1eadee17f17 (diff) | |
download | freebsd-ports-gnome-7007073c8429fa5d3f9a8d991830808a1cfe3f21.tar.gz freebsd-ports-gnome-7007073c8429fa5d3f9a8d991830808a1cfe3f21.tar.zst freebsd-ports-gnome-7007073c8429fa5d3f9a8d991830808a1cfe3f21.zip |
Consolidate NO_PACKAGE and NO_CDROM -> RESTRICTED
Diffstat (limited to 'finance')
-rw-r--r-- | finance/moneydance/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/moneydance/Makefile b/finance/moneydance/Makefile index 290ec66b7051..50503661d381 100644 --- a/finance/moneydance/Makefile +++ b/finance/moneydance/Makefile @@ -16,8 +16,7 @@ MAINTAINER= sreilly@seanreilly.com COMMENT= A Personal Finance Manager USE_JAVA= 1.3+ -NO_CDROM= Strict license -NO_PACKAGE= ${NO_CDROM} +RESTRICTED= Strict license # Since the vendor's file has not version information in its name: DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |