diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
commit | 1cab6cc0c3a069a33537585e2ac12e24c68ff194 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/papersize | |
parent | 68adb52506a560c8f99ee07b539c0cbafdaf3906 (diff) | |
download | pkgsrc-1cab6cc0c3a069a33537585e2ac12e24c68ff194.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/papersize')
-rw-r--r-- | print/papersize/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/papersize/Makefile b/print/papersize/Makefile index 6b13b21cd00..6b97296df34 100644 --- a/print/papersize/Makefile +++ b/print/papersize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/04/09 00:48:15 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2012/10/08 13:45:43 asau Exp $ # DISTNAME= papersize-1.0.8 @@ -9,8 +9,6 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Manipulate the default papersize in certain packages -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} USE_LANGUAGES= # none NO_BUILD= yes |