aboutsummaryrefslogtreecommitdiff
path: root/print/abcm2ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/abcm2ps/Makefile')
-rw-r--r--print/abcm2ps/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile
index bf627e038f8f..de4c037ee9cc 100644
--- a/print/abcm2ps/Makefile
+++ b/print/abcm2ps/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= abcm2ps
-PORTVERSION= 2.11.3
+PORTVERSION= 3.7.15
CATEGORIES= print audio
MASTER_SITES= http://moinejf.free.fr/
@@ -15,4 +15,10 @@ COMMENT= Converts ABC to music sheet in PostScript format
GNU_CONFIGURE= yes
ALL_TARGET= abcm2ps
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>