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/asclock | |
parent | 96fe9f4e36f8dcb42dfa7f83cc9b8ff22ae611d2 (diff) | |
download | pkgsrc-7a48191ad0a52cfc86bcf6477e155dce1d4802ad.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/asclock')
-rw-r--r-- | time/asclock/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/asclock/Makefile b/time/asclock/Makefile index df4ac085311..85f8bc32850 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/03/06 23:29:29 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2012/10/08 13:04:16 asau Exp $ DISTNAME= asclock-classic-1.0 PKGNAME= asclock-1.0 @@ -9,8 +9,6 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} # www.asclock.org is no more MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= NeXTstep-like clock and calendar -PKG_DESTDIR_SUPPORT= user-destdir - NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/asclock1.0 |