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/bg5pdf | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/bg5pdf')
-rw-r--r-- | print/bg5pdf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile index e0756b8ee0a..c250154616d 100644 --- a/print/bg5pdf/Makefile +++ b/print/bg5pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/03/15 11:53:36 obache Exp $ +# $NetBSD: Makefile,v 1.26 2012/10/08 13:45:35 asau Exp $ DISTNAME= bg5pdf-1.0.0 PKGREVISION= 12 @@ -9,8 +9,6 @@ MAINTAINER= rxg@NetBSD.org # HOMEPAGE= http://students.washington.edu/cschin/bg5ps/bg5pdf/ COMMENT= Wrap big5 encoding text file into PDF file by using PDFlib -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/bg5pdf PY_PATCHPLIST= yes PYTHON_PATCH_SCRIPTS= bg5pdf |