diff options
author | asau <asau> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 09:20:57 +0000 |
commit | 73aa2b5bf64486588e2630220a4c71617b602c9e (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /multimedia/fxtv | |
parent | 2f083d8c6c77cc891302a27d1ee0a95ef21b7283 (diff) | |
download | pkgsrc-73aa2b5bf64486588e2630220a4c71617b602c9e.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r-- | multimedia/fxtv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 1c0f97d3229..1010247034f 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/02/06 12:41:02 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2012/10/08 09:21:01 asau Exp $ DISTNAME= fxtv-1.03 PKGREVISION= 19 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://people.freebsd.org/~rhh/fxtv/ COMMENT= TV display application for Brooktree 848 compatible TV cards -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake INSTALLATION_DIRS= ${PKGMANDIR}/man1 |