aboutsummaryrefslogtreecommitdiff
path: root/print/musixtex/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-09-10 21:04:55 +0000
committerJohn Marino <marino@FreeBSD.org>2014-09-10 21:04:55 +0000
commit04aa665b7c1d62e02c469c1011517b824a4c0069 (patch)
treeeed8d8f7e8825474d63e93021981e69849e9e760 /print/musixtex/Makefile
parent3d51f99e54703bd4019bf0263a942efb717361db (diff)
Notes
Diffstat (limited to 'print/musixtex/Makefile')
-rw-r--r--print/musixtex/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile
index 77add89bf7cd..d3a6117bdaa5 100644
--- a/print/musixtex/Makefile
+++ b/print/musixtex/Makefile
@@ -3,10 +3,11 @@
PORTNAME= musixtex
PORTVERSION= T112
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://icking-music-archive.org/software/musixtex/
-DISTFILES= musixtex-${PORTVERSION}.tar.gz
+DISTFILES= musixtex-${PORTVERSION}.tar.gz \
+ musixexa-${EXAMPLE_VERSION}.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of TeX macros to typeset music
@@ -15,17 +16,10 @@ BUILD_DEPENDS= initex:${PORTSDIR}/print/tex
RUN_DEPENDS= initex:${PORTSDIR}/print/tex
EXAMPLE_VERSION= T112
-DISTFILES+= musixexa-${EXAMPLE_VERSION}.tar.gz
-NO_STAGE= yes
post-extract:
@${MKDIR} ${WRKDIR}/musixtex-${PORTVERSION}/examples
- @${CP} ${WRKDIR}/musixexa-${EXAMPLE_VERSION}/* ${WRKDIR}/musixtex-${PORTVERSION}/examples/
-
-pre-install:
- ${MKDIR} ${PREFIX}/share/texmf/documentation
-
-post-install:
- @${LOCALBASE}/bin/texhash || ${TRUE}
+ @${CP} ${WRKDIR}/musixexa-${EXAMPLE_VERSION}/* \
+ ${WRKDIR}/musixtex-${PORTVERSION}/examples/
.include <bsd.port.mk>