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/abc2ps/Makefile | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/abc2ps/Makefile')
-rw-r--r-- | print/abc2ps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/abc2ps/Makefile b/print/abc2ps/Makefile index 82ede01ec39..49457cab52f 100644 --- a/print/abc2ps/Makefile +++ b/print/abc2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:43 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/08 13:45:34 asau Exp $ # DISTNAME= ABC2PS-${ABC2PSVER} @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ihp-ffo.de/~msm/ COMMENT= Music typesetting program for abc -PKG_DESTDIR_SUPPORT= user-destdir - ABC2PSVER= 1.3.3 INSTALLATION_DIRS= bin share/doc/abc2ps share/examples/abc2ps |