diff options
author | asau <asau> | 2012-10-02 20:11:34 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-02 20:11:34 +0000 |
commit | 251ecb0d709ff8b5e0d3115cd6b202f5c424c8e8 (patch) | |
tree | 70a00b8f60d7401066bef0246bd055b4efc68dae /lang/picoc/Makefile | |
parent | 1a3610601f212766c41bb0f127484ae0a90c5117 (diff) | |
download | pkgsrc-251ecb0d709ff8b5e0d3115cd6b202f5c424c8e8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'lang/picoc/Makefile')
-rw-r--r-- | lang/picoc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index 01744350e2f..61421b508af 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/04/27 04:48:44 agc Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/02 20:11:49 asau Exp $ DISTNAME= picoc-2.1 CATEGORIES= lang @@ -12,7 +12,6 @@ LICENSE= modified-bsd WRKSRC= ${WRKDIR}/picoc -PKG_DESTDIR_SUPPORT= user-destdir AUTO_MKDIRS= yes do-install: |