diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
commit | 6e2c35c083f338ceb42943121056662d71077c27 (patch) | |
tree | 552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /audio/freepats | |
parent | 10a728c9da6fdd9fcb71f5491ad5a237f5d688ab (diff) | |
download | pkgsrc-6e2c35c083f338ceb42943121056662d71077c27.tar.gz |
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'audio/freepats')
-rw-r--r-- | audio/freepats/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/freepats/Makefile b/audio/freepats/Makefile index 5553fae06fa..c3f11e152f8 100644 --- a/audio/freepats/Makefile +++ b/audio/freepats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/12/15 14:34:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2007/02/22 19:01:13 wiz Exp $ # DISTNAME= freepats-20060219 @@ -20,9 +20,9 @@ INSTALLATION_DIRS= share post-patch: ${ECHO} "dir ${PREFIX}/share/freepats" >${WRKSRC}/timidity.cfg - ${CAT} ${WRKSRC}/freepats.cfg >>${WRKSRC}/timidity.cfg + cat ${WRKSRC}/freepats.cfg >>${WRKSRC}/timidity.cfg do-install: - cd ${WRKDIR} && ${PAX} -rw -pe freepats ${PREFIX}/share + cd ${WRKDIR} && pax -rw -pp freepats ${PREFIX}/share .include "../../mk/bsd.pkg.mk" |