diff options
author | ache <ache@FreeBSD.org> | 1995-01-24 16:56:05 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-24 16:56:05 +0000 |
commit | e5f676b9c697e0821682726ea4f7aaaac7f500d3 (patch) | |
tree | 692d84301d042c984b7b9578dd1fa9acb5804166 /archivers/ha | |
parent | b9c1a2e8d843cdb6f9753a0ba6691e483d29ad5c (diff) | |
download | FreeBSD-ports-e5f676b9c697e0821682726ea4f7aaaac7f500d3.zip FreeBSD-ports-e5f676b9c697e0821682726ea4f7aaaac7f500d3.tar.gz |
Add touch install cookie
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index f55ff24..9234446 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/28 15:19:16 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1995/01/24 16:43:32 ache Exp $ # DISTNAME= ha0999 EXTRACT_SUFX= .tgz @@ -16,5 +16,6 @@ USE_GMAKE= YES install: cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin + @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} .include <bsd.port.mk> |