diff options
author | reed <reed> | 2004-04-27 20:40:28 +0000 |
---|---|---|
committer | reed <reed> | 2004-04-27 20:40:28 +0000 |
commit | 6c9c08190bc2f687cc9e3295303553c29d63f3b7 (patch) | |
tree | 874d9547959881b1d33b00b26b6a3e87817e59c7 /sysutils/bkpupsd | |
parent | ce123af6ea5b23030436726c3e08e414a34e589f (diff) | |
download | pkgsrc-6c9c08190bc2f687cc9e3295303553c29d63f3b7.tar.gz |
Get rid of PKGRCDIR definition since it has not been used by this
package since 2003/07/31.
Diffstat (limited to 'sysutils/bkpupsd')
-rw-r--r-- | sysutils/bkpupsd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile index 8e76fb3ea49..f9a68bb8025 100644 --- a/sysutils/bkpupsd/Makefile +++ b/sysutils/bkpupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/31 11:07:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/27 20:40:28 reed Exp $ # DISTNAME= bkpupsd-2.1.2 @@ -18,7 +18,6 @@ USE_PKGINSTALL= YES .include "../../mk/bsd.prefs.mk" DOCDIR= ${PREFIX}/share/doc/bkpupsd -PKGRCDIR= ${PREFIX}/etc/rc.d MAKE_ENV+= DEFAULT_DEVICE=${DEFAULT_SERIAL_DEVICE} DOCDIR=${DOCDIR} MESSAGE_SUBST+= DOCDIR=${DOCDIR} |