diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 01:20:33 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 01:20:33 +0000 |
commit | c6ce9d2bfb976d442c13861f6d2eba3605a6f17e (patch) | |
tree | 5191f76f06fcdd7f10270743c1bf7f8e345ee503 /sysutils/upsmon | |
parent | ae7d1a0dad1e322e4a0d726ca5f00abdadd3bad7 (diff) | |
download | FreeBSD-ports-c6ce9d2bfb976d442c13861f6d2eba3605a6f17e.zip FreeBSD-ports-c6ce9d2bfb976d442c13861f6d2eba3605a6f17e.tar.gz |
RESTRICTED is intended rather than NO_PACKAGE
Diffstat (limited to 'sysutils/upsmon')
-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 3d41430..55b5cae 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 |