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 | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/ical | |
parent | 64785f27e94a7e74adfb570d3ff49f40e0e39c06 (diff) | |
download | pkgsrc-ba231f5526575cc6acbd7ed3c21f348cdb19b306.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/ical')
-rw-r--r-- | time/ical/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/ical/Makefile b/time/ical/Makefile index 4b7b0281f24..7898ce0cb25 100644 --- a/time/ical/Makefile +++ b/time/ical/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/08/21 23:49:26 marino Exp $ +# $NetBSD: Makefile,v 1.23 2012/10/08 13:04:19 asau Exp $ DISTNAME= ical-2.3.1 PKGREVISION= 4 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.annexia.org/freeware/ical COMMENT= Calendar application PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ GNU_CONFIGURE= yes |