diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/qDecoder | |
parent | 7921180beeb1b652f54dd21818789c08d8102ba1 (diff) | |
download | pkgsrc-6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/qDecoder')
-rw-r--r-- | www/qDecoder/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/qDecoder/Makefile b/www/qDecoder/Makefile index ca2e14fe1a9..97bb1694697 100644 --- a/www/qDecoder/Makefile +++ b/www/qDecoder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/07/07 19:01:16 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/28 06:31:02 asau Exp $ # DISTNAME= qDecoder-9.0.1 @@ -9,8 +9,6 @@ MAINTAINER= jypak@users.sourceforge.net HOMEPAGE= http://www.qDecoder.org/ COMMENT= Web Application Interface for C/C++ (CGI Library) -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES USE_LIBTOOL= YES INSTALLATION_DIRS= include lib share/doc/qDecoder share/doc/qDecoder/html \ |