aboutsummaryrefslogtreecommitdiff
path: root/deskutils/zorro
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1996-08-09 20:50:51 +0000
committerChuck Robey <chuckr@FreeBSD.org>1996-08-09 20:50:51 +0000
commit06ea92f649ef7c4c6b556388b5673cc86c9b5582 (patch)
tree957f645cc940d6e9f9e7b3d23ba67dac6752b5a9 /deskutils/zorro
parentb34627b7ab5e6d7a307b3d2ccab922f7f81284ee (diff)
Neatened this port a little, put the rc file in /usr/local/share/zorro,
fixed the installation target, and made the package name zorro-1.1.8.tar.gz
Notes
Notes: svn path=/head/; revision=3565
Diffstat (limited to 'deskutils/zorro')
-rw-r--r--deskutils/zorro/Makefile14
-rw-r--r--deskutils/zorro/pkg-plist1
2 files changed, 8 insertions, 7 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile
index cd9bd5b1ec48..a6dbb7f14421 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.1.1.1 1996/08/04 00:22:21 chuckr Exp $
+# $Id: Makefile,v 1.2 1996/08/04 00:27:01 chuckr Exp $
#
DISTNAME= zorro-1.1p8
-PKGNAME= zorro-1.1
-CATEGORIES+= misc x11
+PKGNAME= zorro-1.1.8
+CATEGORIES+= misc
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
MAINTAINER= shanee@rabbit.augusta.de
@@ -19,11 +19,11 @@ LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \
NO_BUILD= yes
do-install:
- cp ${WRKDIR}/zorro-1.1p8/zorro $(PREFIX)/bin/zorro
-
-post-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
@echo ""
- @echo "Take a look at work/zorro-1.1p8/DOTzorrorc
+ @echo "Take a look at $(PREFIX)/share/zorro/DOTzorrorc"
@echo ""
.include <bsd.port.mk>
diff --git a/deskutils/zorro/pkg-plist b/deskutils/zorro/pkg-plist
index 5e9705bf2331..615d2a85eaf0 100644
--- a/deskutils/zorro/pkg-plist
+++ b/deskutils/zorro/pkg-plist
@@ -1,2 +1,3 @@
@cwd /usr/local
bin/zorro
+share/zorro/DOTzorrorc