diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 15:59:55 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 15:59:55 +0000 |
commit | 8e147a6c50e85546ce1fdc90d3717bd9e90a2c68 (patch) | |
tree | 6332cf44e1224e3b4708cb05b3612a5dedfbfdce /print/pmw/Makefile | |
parent | 504ccabadb7c6f8dbb03b44876884dc810e6413c (diff) | |
download | ports-8e147a6c50e85546ce1fdc90d3717bd9e90a2c68.tar.gz ports-8e147a6c50e85546ce1fdc90d3717bd9e90a2c68.zip |
Notes
Diffstat (limited to 'print/pmw/Makefile')
-rw-r--r-- | print/pmw/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/print/pmw/Makefile b/print/pmw/Makefile index 9c9671489e22..3a1682afb6d2 100644 --- a/print/pmw/Makefile +++ b/print/pmw/Makefile @@ -6,25 +6,21 @@ # PORTNAME= pmw -PORTVERSION= 4.06 -PORTREVISION= 1 +PORTVERSION= 4.10 CATEGORIES= print audio -MASTER_SITES= ftp://ftp.at.freebsd.org/pub/mirrors/www.quercite.com/ \ +MASTER_SITES= ftp://ftp.univie.ac.at/applications/www.quercite.com/ \ http://www.quercite.com/ MAINTAINER= g.gonter@ieee.org COMMENT= High quality music typesetting program -PKGMESSAGE= ${WRKDIR}/pkg-message - GNU_CONFIGURE= yes ALL_TARGET= build MAN1= pmw.1 -post-patch: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' ${MASTERDIR}/pkg-message > ${PKGMESSAGE} +PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message post-install: .if !defined(NOPORTDOCS) |