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/LPRng-core | |
parent | 3b8da90026df2ccd43cc08a86f8d8a228bb0295e (diff) | |
download | pkgsrc-6a713e7992c0a34673596f73cab989f61ae45998.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/LPRng-core')
-rw-r--r-- | print/LPRng-core/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile index 1c2c92a40da..ec7ef6c8116 100644 --- a/print/LPRng-core/Makefile +++ b/print/LPRng-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/04/21 04:18:02 dholland Exp $ +# $NetBSD: Makefile,v 1.38 2012/10/08 13:45:34 asau Exp $ DISTNAME= LPRng-3.8.28 PKGNAME= LPRng-core-3.8.28 @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lprng.com/ COMMENT= Enhanced Printer Spooler -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no CONFLICTS+= cups-[0-9]* |