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/foo2zjs | |
parent | 68adb52506a560c8f99ee07b539c0cbafdaf3906 (diff) | |
download | pkgsrc-1cab6cc0c3a069a33537585e2ac12e24c68ff194.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/foo2zjs')
-rw-r--r-- | print/foo2zjs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index 05533955f3f..a786e059491 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/07/25 17:15:45 imil Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/08 13:45:38 asau Exp $ # DISTNAME= foo2zjs @@ -11,8 +11,6 @@ HOMEPAGE= http://foo2zjs.rkkda.com/ COMMENT= Printer driver for Zenographics ZjStream wire protocol LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 |