diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/abcm2ps/Makefile | 5 | ||||
-rw-r--r-- | print/abcm2ps/distinfo | 2 | ||||
-rw-r--r-- | print/abcm2ps/pkg-plist | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index 910569bbad05..1ec9af8fb123 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= abcm2ps -PORTVERSION= 3.7.17 +PORTVERSION= 3.7.18 CATEGORIES= print audio MASTER_SITES= http://moinejf.free.fr/ @@ -14,11 +14,12 @@ COMMENT= Converts ABC to music sheet in PostScript format GNU_CONFIGURE= yes ALL_TARGET= abcm2ps +PORTDOCS= README post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/print/abcm2ps/distinfo b/print/abcm2ps/distinfo index 43a01b1537aa..ce3e40c335d5 100644 --- a/print/abcm2ps/distinfo +++ b/print/abcm2ps/distinfo @@ -1 +1 @@ -MD5 (abcm2ps-3.7.17.tar.gz) = d2f77972fc3871cab4dbfb035238e91a +MD5 (abcm2ps-3.7.18.tar.gz) = fe4350b6000c340ed6187b8fa2727684 diff --git a/print/abcm2ps/pkg-plist b/print/abcm2ps/pkg-plist index 5f480aa86ea3..964cdf477bd4 100644 --- a/print/abcm2ps/pkg-plist +++ b/print/abcm2ps/pkg-plist @@ -3,6 +3,4 @@ bin/abcm2ps %%DATADIR%%/fonts.fmt %%DATADIR%%/landscape.fmt %%DATADIR%%/tight.fmt -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%% |