diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
commit | dc5a91849daa1b6319fde79952b64d293ea9671c (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /multimedia/tvtime | |
parent | 54d66907a078a1af4a7fb19e6fd2645e909fd1d4 (diff) | |
download | pkgsrc-dc5a91849daa1b6319fde79952b64d293ea9671c.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/tvtime')
-rw-r--r-- | multimedia/tvtime/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/tvtime/Makefile b/multimedia/tvtime/Makefile index 84ae750c19f..affd22f46d4 100644 --- a/multimedia/tvtime/Makefile +++ b/multimedia/tvtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/06/14 07:45:30 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/08 09:21:13 asau Exp $ DISTNAME= tvtime-1.0.2 PKGREVISION= 6 @@ -10,8 +10,6 @@ HOMEPAGE= http://tvtime.sourceforge.net/ COMMENT= High quality television application LICENSE= gnu-gpl-v2 AND mit AND gnu-lgpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes |