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/asclock-gtk | |
parent | 00e82f687c4226d5e4e8697b8a0d4381029062c7 (diff) | |
download | pkgsrc-bd85c991b2565ebe0f181b1d46a65297aba19f04.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/asclock-gtk')
-rw-r--r-- | time/asclock-gtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/asclock-gtk/Makefile b/time/asclock-gtk/Makefile index f407349156e..e95e31e0a2b 100644 --- a/time/asclock-gtk/Makefile +++ b/time/asclock-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2011/04/22 13:44:53 obache Exp $ +# $NetBSD: Makefile,v 1.29 2012/10/08 13:04:16 asau Exp $ # DISTNAME= asclock-gtk-2.1.10beta @@ -10,8 +10,6 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} # www.asclock.org is no more MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Dockable clock and calendar with themes for GTK+ -PKG_DESTDIR_SUPPORT= user-destdir - NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/asclock-gtk |