aboutsummaryrefslogtreecommitdiff
path: root/lang/pbasic
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
commitd23a79568090d280bf3beb199bb97f0572234984 (patch)
tree8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /lang/pbasic
parentb72f3823ec582474b4ab98fe3c46fecea0d4ddab (diff)
downloadports-d23a79568090d280bf3beb199bb97f0572234984.tar.gz
ports-d23a79568090d280bf3beb199bb97f0572234984.zip
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Notes
Notes: svn path=/head/; revision=4416
Diffstat (limited to 'lang/pbasic')
-rw-r--r--lang/pbasic/Makefile8
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