diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-08-06 21:18:00 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-08-06 21:18:00 +0000 |
commit | 77748aa5b989c770aad6e31927ded877a427cadf (patch) | |
tree | e0046a392ecc8f4a357f22b5ce8becf6d067936f /www | |
parent | Adding new audio port 'rosegarden', a midi sequencer and musical (diff) |
Added missing ftp:// prefix to MASTER_SITES
Strip binary prior to installation
Diffstat (limited to 'www')
-rw-r--r-- | www/analog/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile index 0dff75cb0926..5755696e6b68 100644 --- a/www/analog/Makefile +++ b/www/analog/Makefile @@ -3,15 +3,15 @@ # Date created: 9 June 1996 # Whom: jraynard # -# $Id: Makefile,v 1.1.1.1 1996/06/09 23:24:53 asami Exp $ +# $Id: Makefile,v 1.2 1996/08/04 14:09:28 jraynard Exp $ # DISTNAME= analog.1.91.4 PKGNAME= analog-1.91.4 CATEGORIES+= www -MASTER_SITES= ftp.statslab.cam.ac.uk/pub/users/sret1/analog/ +MASTER_SITES= ftp://ftp.statslab.cam.ac.uk/pub/users/sret1/analog/ -MAINTAINER= jraynard@freebsd.org +MAINTAINER= jfitz@freebsd.org WRKSRC= ${WRKDIR}/analog @@ -19,5 +19,6 @@ do-install: @mkdir -p ${PREFIX}/share/analog @(cd ${WRKSRC}; cp -r Readme.html domains.tab primes.tab images ${PREFIX}/share/analog; cp analog ${PREFIX}/bin) @(cd ${PREFIX}/share/analog; chmod +r *) + @strip ${PREFIX}/bin/analog .include <bsd.port.mk> |