diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:20:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:20:33 +0000 |
commit | 81324dad3edbb5b0d993a5affaf632d1003074be (patch) | |
tree | 5a8ad5ba18fdcc74422f20f9c8cb0a1f008caab0 /sysutils/upsmon | |
parent | a681b9ccb9af7ff92c9441e8005d6c8ff044720b (diff) |
RESTRICTED is intended rather than NO_PACKAGE
Notes
Notes:
svn path=/head/; revision=171985
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 3d414300c04d..55b5cae005a0 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 |