1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Switch to a MASTER_SITE that works and fix some things pointed out by portlint.

This commit is contained in:
Justin M. Seger 1997-11-26 02:05:23 +00:00
parent 70b6c6ed5d
commit 2bdbd88109
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8834
2 changed files with 4 additions and 5 deletions

View File

@ -3,12 +3,12 @@
# Date created: 2 Oct 1994
# Whom: swallace
#
# $Id: Makefile,v 1.28 1996/11/12 06:02:02 ache Exp $
# $Id: Makefile,v 1.29 1996/12/20 23:46:22 ache Exp $
#
DISTNAME= tracker-5.3
CATEGORIES= audio
MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/
MASTER_SITES= ftp://ftp.planix.com/pub/misc/
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
@ -28,8 +28,8 @@ post-install:
makeinfo --no-split tracker.texinfo -o tracker.info && \
gzip -f tracker.info && \
$(INSTALL_MAN) tracker.info.gz ${PREFIX}/info && \
rm -f tracker.info.gz *.orig
${RM} -f tracker.info.gz *.orig
-${MKDIR} ${PREFIX}/share/doc/tracker
cp -R ${WRKSRC}/Docs/* ${PREFIX}/share/doc/tracker
${CP} -R ${WRKSRC}/Docs/* ${PREFIX}/share/doc/tracker
.include <bsd.port.mk>

View File

@ -3,4 +3,3 @@ Soundtracker modules originated on the amiga, where several composing
playing programs are available, that give results mostly compatible
with each other. tracker just plays the specified files in sequence
according with the current options.