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/psify/Makefile | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/psify/Makefile')
-rw-r--r-- | print/psify/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/psify/Makefile b/print/psify/Makefile index 70b36fb3d74..90d4a51b773 100644 --- a/print/psify/Makefile +++ b/print/psify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:43 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/08 13:45:45 asau Exp $ # DISTNAME= psify-19980216 @@ -10,8 +10,6 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://mit.edu/~mkgray/jik/sipbsrc/src/psify/ COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} DIST_SUBDIR= psify EXTRACT_ONLY= #empty |