diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 10:58:57 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 10:58:57 +0000 |
commit | ca6235b88e1718e0f3b01fd5a47bd94561314f17 (patch) | |
tree | 1ef370e5579b2648d82d72a1b498fc659568e043 /archivers | |
parent | bdf65eb3a082bc71d1c7396c72d0caf8f52729db (diff) | |
download | FreeBSD-ports-ca6235b88e1718e0f3b01fd5a47bd94561314f17.zip FreeBSD-ports-ca6235b88e1718e0f3b01fd5a47bd94561314f17.tar.gz |
Updated archivers Makefiles....
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ha/Makefile | 5 | ||||
-rw-r--r-- | archivers/unarj/Makefile | 4 | ||||
-rw-r--r-- | archivers/zip/Makefile | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 7f3b58e..e4d0db7 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.4 1995/04/12 04:53:54 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/16 00:18:36 asami Exp $ # DISTNAME= ha0999 @@ -20,8 +20,7 @@ MAKE_FLAGS= CC=cc -f ALL_TARGET= ha USE_GMAKE= yes -install: build +do-install: cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin - @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} .include <bsd.port.mk> diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 2c044eab..4fe7483 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.3 1995/04/12 04:54:03 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/16 00:23:30 asami Exp $ # DISTNAME= unarj @@ -14,7 +14,7 @@ DISTFILES= unarj241.tar.Z MAINTAINER= ache@FreeBSD.ORG -install: build +do-install: cd ${WRKSRC}; install -cs -o bin -g bin -m755 ${DISTNAME} ${PREFIX}/bin .include <bsd.port.mk> diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index a384f75..80e2c98 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.3 1995/04/12 04:54:11 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/16 00:25:14 asami Exp $ # DISTNAME= zip201 @@ -20,7 +20,7 @@ pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/man/man1 -install: build +do-install: cd ${WRKSRC}; install -c -o bin -g bin zip.1 zipgrep.1 ${PREFIX}/man/man1 cd ${WRKSRC}; install -c -o bin -g bin zip zipnote zipsplit zipcloak zipgrep ${PREFIX}/bin |