diff options
Diffstat (limited to 'print/abcm2ps/Makefile')
-rw-r--r-- | print/abcm2ps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index 3d3468b9686..026f5adf38f 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/08/30 20:47:02 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:43 joerg Exp $ DISTNAME= abcm2ps-4.12.25 CATEGORIES= print @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://moinejf.free.fr/ COMMENT= Converts ABC to music sheet in PostScript format +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes BUILD_TARGET= ${PKGBASE} |