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/foo2zjs/Makefile | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/foo2zjs/Makefile')
-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 |