diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-10 04:50:51 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-10 04:50:51 +0800 |
commit | c2558dafd1d126ddda7aeaea987e6db5395abf37 (patch) | |
tree | 959f87ad61b2bc0cd0b499b78b6cb17f8c7681fa /deskutils | |
parent | e173278caaf7e765a8508df2922354ec7d546551 (diff) | |
download | freebsd-ports-gnome-c2558dafd1d126ddda7aeaea987e6db5395abf37.tar.gz freebsd-ports-gnome-c2558dafd1d126ddda7aeaea987e6db5395abf37.tar.zst freebsd-ports-gnome-c2558dafd1d126ddda7aeaea987e6db5395abf37.zip |
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
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/zorro/Makefile | 14 | ||||
-rw-r--r-- | deskutils/zorro/pkg-plist | 1 |
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 |