aboutsummaryrefslogtreecommitdiff
path: root/deskutils/zorro
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
commit47a616f11d266abac2936b7fc036ae1f1a1cc70d (patch)
tree04f524367e2c1e7a76912077649c7df5494a5dcb /deskutils/zorro
parentc52c50b28fefb499b5db9cfffad33f469456e36b (diff)
downloadports-47a616f11d266abac2936b7fc036ae1f1a1cc70d.tar.gz
ports-47a616f11d266abac2936b7fc036ae1f1a1cc70d.zip
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Notes
Notes: svn path=/head/; revision=4385
Diffstat (limited to 'deskutils/zorro')
-rw-r--r--deskutils/zorro/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile
index f92efc78d42d..5e1d78932fff 100644
--- a/deskutils/zorro/Makefile
+++ b/deskutils/zorro/Makefile
@@ -3,12 +3,12 @@
# Date created: 03 Aug 1996
# Whom: shanee@rabbit.augusta.de
#
-# $Id: Makefile,v 1.3 1996/08/09 20:50:42 chuckr Exp $
+# $Id: Makefile,v 1.4 1996/10/16 02:40:47 asami Exp $
#
DISTNAME= zorro-1.1p8
PKGNAME= zorro-1.1.8
-CATEGORIES+= misc
+CATEGORIES= misc
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
MAINTAINER= shanee@rabbit.augusta.de
@@ -18,11 +18,11 @@ LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
NO_BUILD= yes
do-install:
- install -c -m 755 -g bin -o bin ${WRKSRC}/zorro $(PREFIX)/bin/zorro
- mkdir -p $(PREFIX)/share/zorro
- install -c -m 644 -g bin -o bin $(WRKSRC)/DOTzorrorc $(PREFIX)/share/zorro
+ ${INSTALL_PROGRAM} ${WRKSRC}/zorro ${PREFIX}/bin/zorro
+ ${MKDIR} ${PREFIX}/share/zorro
+ ${INSTALL_DATA} ${WRKSRC}/DOTzorrorc ${PREFIX}/share/zorro
@echo ""
- @echo "Take a look at $(PREFIX)/share/zorro/DOTzorrorc"
+ @echo "Take a look at ${PREFIX}/share/zorro/DOTzorrorc"
@echo ""
.include <bsd.port.mk>