diff options
author | asau <asau> | 2012-10-02 20:11:34 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-02 20:11:34 +0000 |
commit | 2d72c628fbfaa569ade2ab8ab4c8b5d8eef6cb33 (patch) | |
tree | 70a00b8f60d7401066bef0246bd055b4efc68dae /lang/p2c | |
parent | 8ddaa92985a2887c4562dde9d2b1ee3fc21acb4c (diff) | |
download | pkgsrc-2d72c628fbfaa569ade2ab8ab4c8b5d8eef6cb33.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'lang/p2c')
-rw-r--r-- | lang/p2c/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile index 40c892ca1a8..0fa05afeb2d 100644 --- a/lang/p2c/Makefile +++ b/lang/p2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/03/05 04:04:09 dholland Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/02 20:11:47 asau Exp $ DISTNAME= p2c-1.20 PKGREVISION= 1 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Pascal to C compiler (translates Pascal to C) LICENSE= gnu-gpl-v1 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/src CFLAGS+= -Dunix=1 |