diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
commit | 99df43bf1336afac77ff9926acf7893da84f2186 (patch) | |
tree | 9999e9819d03eba09ced920e326c13b87718436c /lang/forth | |
parent | 5c40e6d58c96aabdf311daa6728225174bf63001 (diff) | |
download | FreeBSD-ports-99df43bf1336afac77ff9926acf7893da84f2186.zip FreeBSD-ports-99df43bf1336afac77ff9926acf7893da84f2186.tar.gz |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'lang/forth')
-rw-r--r-- | lang/forth/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index 3c462a19..0e77c3e 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -3,19 +3,17 @@ # Date created: 23 November 1994 # Whom: mr # -# $Id: Makefile,v 1.6 1995/04/24 11:29:06 asami Exp $ +# $Id: Makefile,v 1.7 1995/11/22 13:12:39 asami Exp $ # -#This is pfe Version 0.9.9 -#By mr DISTNAME= pfe099 PKGNAME= pfe-0.9.9 -DISTFILES= pfe-0.9.9.tar.gz -CATEGORIES+= lang +CATEGORIES= lang MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/ +DISTFILES= pfe-0.9.9.tar.gz pre-install: - @cp ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1 + @${CP} ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1 @gzip -9nf ${PREFIX}/man/man1/pfe.1 .include <bsd.port.mk> |