diff options
author | asau <asau> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 13:04:16 +0000 |
commit | bd85c991b2565ebe0f181b1d46a65297aba19f04 (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/vixie-cron | |
parent | 00e82f687c4226d5e4e8697b8a0d4381029062c7 (diff) | |
download | pkgsrc-bd85c991b2565ebe0f181b1d46a65297aba19f04.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/vixie-cron')
-rw-r--r-- | time/vixie-cron/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/vixie-cron/Makefile b/time/vixie-cron/Makefile index 6f6a2d13903..5fe32357de7 100644 --- a/time/vixie-cron/Makefile +++ b/time/vixie-cron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/11/02 23:47:37 sbd Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/08 13:04:29 asau Exp $ DISTNAME= cron_4.1 PKGNAME= vixie-cron-4.1 @@ -11,7 +11,6 @@ MAINTAINER= reed@reedmedia.net COMMENT= Execute and maintain scheduled commands SPECIAL_PERMS+= bin/crontab ${SETUID_ROOT_PERMS} -PKG_DESTDIR_SUPPORT= user-destdir # Don't extract into WRKDIR because rc.d script is replaced with binary EXTRACT_CMD= ${MKDIR} ${WRKSRC} && cd ${WRKSRC} && ${CAT} $$extract_file | ${SH} |