diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
commit | 435a0b7e977f7b76984d5066fef5d327719b9a6f (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /chat/tzc | |
parent | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (diff) | |
download | pkgsrc-435a0b7e977f7b76984d5066fef5d327719b9a6f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'chat/tzc')
-rw-r--r-- | chat/tzc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/tzc/Makefile b/chat/tzc/Makefile index f411457ca88..fb13aee1d03 100644 --- a/chat/tzc/Makefile +++ b/chat/tzc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/11/28 19:44:14 marino Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/03 00:02:46 asau Exp $ # DISTNAME= tzc-2.6.15 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.cmu.edu/People/dkindred/zephyr/zephyr.html COMMENT= Back-end program for zephyr-mode -PKG_DESTDIR_SUPPORT= user-destdir - CPPFLAGS+= -I/usr/include/kerberosIV -I/usr/include/krb5 LDFLAGS+= -lroken -lcrypto -lcom_err |