Added missing ftp:// prefix to MASTER_SITES
Strip binary prior to installation
This commit is contained in:
parent
bafc234b6c
commit
77748aa5b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3535
@ -3,15 +3,15 @@
|
|||||||
# Date created: 9 June 1996
|
# Date created: 9 June 1996
|
||||||
# Whom: jraynard
|
# 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
|
DISTNAME= analog.1.91.4
|
||||||
PKGNAME= analog-1.91.4
|
PKGNAME= analog-1.91.4
|
||||||
CATEGORIES+= www
|
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
|
WRKSRC= ${WRKDIR}/analog
|
||||||
|
|
||||||
@ -19,5 +19,6 @@ do-install:
|
|||||||
@mkdir -p ${PREFIX}/share/analog
|
@mkdir -p ${PREFIX}/share/analog
|
||||||
@(cd ${WRKSRC}; cp -r Readme.html domains.tab primes.tab images ${PREFIX}/share/analog; cp analog ${PREFIX}/bin)
|
@(cd ${WRKSRC}; cp -r Readme.html domains.tab primes.tab images ${PREFIX}/share/analog; cp analog ${PREFIX}/bin)
|
||||||
@(cd ${PREFIX}/share/analog; chmod +r *)
|
@(cd ${PREFIX}/share/analog; chmod +r *)
|
||||||
|
@strip ${PREFIX}/bin/analog
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user