diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 09:20:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 09:20:33 +0800 |
commit | c6ce9d2bfb976d442c13861f6d2eba3605a6f17e (patch) | |
tree | 5191f76f06fcdd7f10270743c1bf7f8e345ee503 /sysutils | |
parent | ae7d1a0dad1e322e4a0d726ca5f00abdadd3bad7 (diff) | |
download | freebsd-ports-graphics-c6ce9d2bfb976d442c13861f6d2eba3605a6f17e.tar.gz freebsd-ports-graphics-c6ce9d2bfb976d442c13861f6d2eba3605a6f17e.tar.zst freebsd-ports-graphics-c6ce9d2bfb976d442c13861f6d2eba3605a6f17e.zip |
RESTRICTED is intended rather than NO_PACKAGE
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/upsmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/upsmon/Makefile b/sysutils/upsmon/Makefile index 3d414300c04..55b5cae005a 100644 --- a/sysutils/upsmon/Makefile +++ b/sysutils/upsmon/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Basic UPS monitor for the APC SmartUPS devices MAKEFILE= makefile.bsdi -NO_PACKAGE= "must provide without modifications" +RESTRICTED= "must provide without modifications" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/upsstat ${PREFIX}/bin |