diff options
author | asau <asau> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 13:45:34 +0000 |
commit | 6a713e7992c0a34673596f73cab989f61ae45998 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/xpp | |
parent | 3b8da90026df2ccd43cc08a86f8d8a228bb0295e (diff) | |
download | pkgsrc-6a713e7992c0a34673596f73cab989f61ae45998.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/xpp')
-rw-r--r-- | print/xpp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 5eb3eb58f94..18e2fb7096d 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2012/02/06 12:41:24 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2012/10/08 13:45:50 asau Exp $ DISTNAME= xpp-1.5 PKGREVISION= 7 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cups.sourceforge.net/xpp/index.html COMMENT= X Printing Panel -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LANGUAGES= c c++ |