diff options
author | asau <asau> | 2012-10-25 06:55:37 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-25 06:55:37 +0000 |
commit | ac4f504d3e1a564448d2767366ea31583a04a844 (patch) | |
tree | caa131cad17b4e52aebb33e65aa8d33b465c8d17 /textproc/makeztxt | |
parent | 14b0de01f9cdd65a556e49ac8a855bacc1f1c3b5 (diff) | |
download | pkgsrc-ac4f504d3e1a564448d2767366ea31583a04a844.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/makeztxt')
-rw-r--r-- | textproc/makeztxt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/makeztxt/Makefile b/textproc/makeztxt/Makefile index f47ffd9c2fa..eff8545c9a9 100644 --- a/textproc/makeztxt/Makefile +++ b/textproc/makeztxt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/07/07 21:09:14 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/25 06:56:06 asau Exp $ # DISTNAME= ${PKGNAME}b-src @@ -10,8 +10,6 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://gutenpalm.sourceforge.net/makeztxt.php COMMENT= ASCII text to Palm zTXT database converter -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}b INSTALLATION_DIRS= bin share/doc/makeztxt |