diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-24 04:09:21 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-24 04:09:21 +0000 |
commit | be89e95f028db5375222d6ac1099a89a22a9cae5 (patch) | |
tree | b9c9b5598a5c834a0b9ce045b8409f81ea53ce76 /audio | |
parent | Update to version 2.5.2b4. (diff) |
Update MASTER_SITES
Remove pkg/MESSAGE
PR: 15252
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=23954
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpmf20/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile index 65383a1eef98..8bbb7b5adc1d 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -9,7 +9,8 @@ DISTNAME= mpmf20 PKGNAME= mpmf20-1.01 CATEGORIES= audio -MASTER_SITES= http://www.world.co.uk/sba/ +MASTER_SITES= http://www.world.co.uk/sba/ \ + http://www.acc.umu.se/~saska/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -19,7 +20,4 @@ MAKEFILE= makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin -post-install: - @${CAT} ${PKGDIR}/MESSAGE - .include <bsd.port.mk> |