diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/abcm2ps/Makefile | 10 | ||||
-rw-r--r-- | print/abcm2ps/distinfo | 4 | ||||
-rw-r--r-- | print/abcm2ps/pkg-plist | 6 |
3 files changed, 9 insertions, 11 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index 1ec9af8fb123..828e1a66932a 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= abcm2ps -PORTVERSION= 3.7.18 +PORTVERSION= 3.7.19 CATEGORIES= print audio MASTER_SITES= http://moinejf.free.fr/ @@ -13,13 +13,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Converts ABC to music sheet in PostScript format GNU_CONFIGURE= yes -ALL_TARGET= abcm2ps +ALL_TARGET= ${PORTNAME} + PORTDOCS= README +PLIST_FILES= bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \ + %%DATADIR%%/landscape.fmt %%DATADIR%%/tight.fmt +PLIST_DIRS= %%DATADIR%% post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/print/abcm2ps/distinfo b/print/abcm2ps/distinfo index 481a2000c32f..21fda0650a24 100644 --- a/print/abcm2ps/distinfo +++ b/print/abcm2ps/distinfo @@ -1,2 +1,2 @@ -MD5 (abcm2ps-3.7.18.tar.gz) = fe4350b6000c340ed6187b8fa2727684 -SIZE (abcm2ps-3.7.18.tar.gz) = 195556 +MD5 (abcm2ps-3.7.19.tar.gz) = 8843db524822a4eff654865b56baaae0 +SIZE (abcm2ps-3.7.19.tar.gz) = 195677 diff --git a/print/abcm2ps/pkg-plist b/print/abcm2ps/pkg-plist deleted file mode 100644 index 964cdf477bd4..000000000000 --- a/print/abcm2ps/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/abcm2ps -%%DATADIR%%/fbook.fmt -%%DATADIR%%/fonts.fmt -%%DATADIR%%/landscape.fmt -%%DATADIR%%/tight.fmt -@dirrm %%DATADIR%% |