diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 19:50:50 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 19:50:50 +0000 |
commit | c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8 (patch) | |
tree | 7ee285aeaed7acbbe1f3c5cf0a367eb5369aafaa /sysutils/fscd/Makefile | |
parent | d95bb6a2a94c50b2cfb113b28c70c61019599184 (diff) | |
download | pkgsrc-c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/fscd/Makefile')
-rw-r--r-- | sysutils/fscd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/fscd/Makefile b/sysutils/fscd/Makefile index 1b3ee78b4a6..164899f9095 100644 --- a/sysutils/fscd/Makefile +++ b/sysutils/fscd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/05/09 22:44:06 jdf Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/23 19:51:02 asau Exp $ # DISTNAME= fscd-1.0.1 @@ -10,7 +10,6 @@ HOMEPAGE= https://vcs.in-berlin.de/schrank21_fscd COMMENT= FreeBSD service check daemon to monitor services LICENSE= 2-clause-bsd -PKG_DESTDIR_SUPPORT= user-destdir CPPFLAGS+= -DSYSCONFDIR=\"${PKG_SYSCONFDIR}/\" # Only for platforms with kqueue. ONLY_FOR_PLATFORM= NetBSD-[2-9].*-* FreeBSD-[4-9].*-* OpenBSD-*-* DragonFly-*-* Darwin-*-* |