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/bg5pdf/Makefile | |
parent | 68adb52506a560c8f99ee07b539c0cbafdaf3906 (diff) | |
download | pkgsrc-1cab6cc0c3a069a33537585e2ac12e24c68ff194.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/bg5pdf/Makefile')
-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 |