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 | e613b3f0efa03dae6065d04e7620c6c9e43a68a1 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/poppler | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 0fb9100213d..cc120a4cf82 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.49 2012/09/14 12:15:01 drochner Exp $ +# $NetBSD: Makefile.common,v 1.50 2012/10/08 13:45:44 asau Exp $ # # used by print/poppler/Makefile # used by print/poppler-glib/Makefile @@ -14,8 +14,6 @@ MASTER_SITES= http://poppler.freedesktop.org/ HOMEPAGE= http://poppler.freedesktop.org/ LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo PATCHDIR= ${.CURDIR}/../../print/poppler/patches |