diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
commit | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/cal | |
parent | 96fe9f4e36f8dcb42dfa7f83cc9b8ff22ae611d2 (diff) | |
download | pkgsrc-7a48191ad0a52cfc86bcf6477e155dce1d4802ad.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/cal')
-rw-r--r-- | time/cal/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/cal/Makefile b/time/cal/Makefile index f8960d1d656..e6848797a4e 100644 --- a/time/cal/Makefile +++ b/time/cal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:38 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/08 13:04:17 asau Exp $ DISTNAME= cal-3.5 PKGREVISION= 1 @@ -8,8 +8,6 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/shell/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Enhanced color version of standard calendar utility -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/cal-3.5/source MAKE_FILE= makefile.unx BUILD_TARGET= cal |