diff options
author | asau <asau> | 2012-10-23 19:50:50 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-23 19:50:50 +0000 |
commit | 3d48b4c2985507f97d8649437b36250d0d4ba562 (patch) | |
tree | 7ee285aeaed7acbbe1f3c5cf0a367eb5369aafaa /sysutils/bkpupsd | |
parent | 734fbfa8d4872b772a57d6b2dd24f032406cda48 (diff) | |
download | pkgsrc-3d48b4c2985507f97d8649437b36250d0d4ba562.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
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 94a43e8cc9f..603711e991e 100644 --- a/sysutils/bkpupsd/Makefile +++ b/sysutils/bkpupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/10/22 03:28:22 taca Exp $ +# $NetBSD: Makefile,v 1.31 2012/10/23 19:50:52 asau Exp $ # DISTNAME= bkpupsd-2.2.1 @@ -11,7 +11,6 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= # not exist COMMENT= Simple UPS daemon for BK-Pro, BK and FREQUPS A/F series -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= libexec/bkpupsd sbin ${PKGMANDIR}/cat5 \ ${PKGMANDIR}/cat8 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 \ share/doc/bkpupsd share/examples/bkpupsd |