summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-05 14:01:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-05 14:01:18 +0000
commit4df56cd7c331e250b7f12f14542097e88314882d (patch)
treeda1dbf81e2e9e31c376666815882cd6ffb74e4e4 /print
parentDocument an integer overflow in the GD Graphics Library. (diff)
- Update to 3.7.19
PR: ports/73465 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=120877
Diffstat (limited to 'print')
-rw-r--r--print/abcm2ps/Makefile10
-rw-r--r--print/abcm2ps/distinfo4
-rw-r--r--print/abcm2ps/pkg-plist6
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%%