summaryrefslogtreecommitdiff
path: root/sysutils/daemond
diff options
context:
space:
mode:
authorasau <asau>2012-10-23 19:50:50 +0000
committerasau <asau>2012-10-23 19:50:50 +0000
commit3d48b4c2985507f97d8649437b36250d0d4ba562 (patch)
tree7ee285aeaed7acbbe1f3c5cf0a367eb5369aafaa /sysutils/daemond
parent734fbfa8d4872b772a57d6b2dd24f032406cda48 (diff)
downloadpkgsrc-3d48b4c2985507f97d8649437b36250d0d4ba562.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/daemond')
-rw-r--r--sysutils/daemond/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/daemond/Makefile b/sysutils/daemond/Makefile
index 24f02319e2f..2e63cac1445 100644
--- a/sysutils/daemond/Makefile
+++ b/sysutils/daemond/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/02/28 14:53:02 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2012/10/23 19:50:57 asau Exp $
#
DISTNAME= daemond-1.0
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cs.columbia.edu/~smb/src/
COMMENT= Run a command as a daemon
-PKG_DESTDIR_SUPPORT= user-destdir
-
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
.include "../../mk/bsd.pkg.mk"