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/hplip | |
parent | 3b8da90026df2ccd43cc08a86f8d8a228bb0295e (diff) | |
download | pkgsrc-6a713e7992c0a34673596f73cab989f61ae45998.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 785a13f941c..7e520a0cf9e 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/03 21:57:18 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/08 13:45:39 asau Exp $ # DISTNAME= hplip-3.12.6 @@ -11,8 +11,6 @@ HOMEPAGE= http://hplipopensource.com/ COMMENT= HP Linux Imaging and Printing LICENSE= gnu-gpl-v2 AND mit AND modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS+= hpijs-[0-9]* FILES_SUBST+= CUPS_USER=${CUPS_USER} |