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/mp | |
parent | 3b8da90026df2ccd43cc08a86f8d8a228bb0295e (diff) | |
download | pkgsrc-6a713e7992c0a34673596f73cab989f61ae45998.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/mp')
-rw-r--r-- | print/mp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/mp/Makefile b/print/mp/Makefile index 79b300c69cc..20e9a001b14 100644 --- a/print/mp/Makefile +++ b/print/mp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/01/23 00:43:44 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/08 13:45:42 asau Exp $ # DISTNAME= mpdist-3.7.1 @@ -11,8 +11,6 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://mpdist.sourceforge.net/ COMMENT= PostScript pretty printer -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes |