diff options
author | hubertf <hubertf> | 1998-01-19 01:11:51 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-19 01:11:51 +0000 |
commit | 40773711f3ece6cc4c8ae228b81e8799857200ae (patch) | |
tree | d0861ebc7240d0dabd6aa4250733fb6b0e90b551 /audio/timidity | |
parent | 8ebbb2d5a225af921560d9e868fb87ae24a58d65 (diff) | |
download | pkgsrc-40773711f3ece6cc4c8ae228b81e8799857200ae.tar.gz |
portlint: change order, use command-macros
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 7dc03712fa6..347e4dc156f 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $NetBSD: Makefile,v 1.2 1997/10/29 00:34:33 augustss Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/19 01:11:51 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/09/07 22:08:13 ache Exp # @@ -18,19 +18,19 @@ DISTFILES= ${TIINS} ${DISTNAME}.tar.gz # FreeBSD maintainer MAINTAINER= ache@FreeBSD.ORG -NO_CDROM= "Uses copyrighted patches" - BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= ${PREFIX}/lib/libncurses.a:${PORTSDIR}/devel/ncurses +NO_CDROM= "Uses copyrighted patches" + EXTRACT_ONLY= ${DISTNAME}.tar.gz INSTALL_TARGET= install.all MAN1= timidity.1 do-configure: @cd ${WRKSRC} && \ - sed "s=%PREFIX%=${PREFIX}=" < gravis.cfg > gravis.cfg.new && \ - mv gravis.cfg.new gravis.cfg + ${SED} "s=%PREFIX%=${PREFIX}=" < gravis.cfg > gravis.cfg.new && \ + ${MV} gravis.cfg.new gravis.cfg post-install: cd ${PREFIX}/lib/timidity/patch && \ |