diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-12 10:19:40 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-12 10:19:40 +0800 |
commit | 99df43bf1336afac77ff9926acf7893da84f2186 (patch) | |
tree | 9999e9819d03eba09ced920e326c13b87718436c /lang/pbasic | |
parent | 5c40e6d58c96aabdf311daa6728225174bf63001 (diff) | |
download | freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.tar.gz freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.tar.zst freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.zip |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'lang/pbasic')
-rw-r--r-- | lang/pbasic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile index 059321ee062e..8179f8968095 100644 --- a/lang/pbasic/Makefile +++ b/lang/pbasic/Makefile @@ -3,12 +3,12 @@ # Date created: 13th August 1995 # Whom: Julian Stacey <jhs@freebsd.org> # -# $Id: Makefile,v 1.2 1995/11/22 13:13:02 asami Exp $ +# $Id: Makefile,v 1.3 1996/03/06 08:20:10 asami Exp $ # DISTNAME= pbasic-2.0-950813 PKGNAME= pbasic-2.0 -CATEGORIES+= lang +CATEGORIES= lang MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= asami@FreeBSD.ORG @@ -23,8 +23,8 @@ do-configure: pdp11 cursor/cursor.dos cursor/cursor.ukc do-install: - install -c -s -m 775 ${WRKSRC}/basic ${PREFIX}/bin/pbasic - install -c -m 644 ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1 + ${INSTALL_PROGRAM} ${WRKSRC}/basic ${PREFIX}/bin/pbasic + ${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1 .if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/pbasic.1 .endif |