diff options
author | ache <ache@FreeBSD.org> | 1995-01-25 00:56:05 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-25 00:56:05 +0800 |
commit | e5f676b9c697e0821682726ea4f7aaaac7f500d3 (patch) | |
tree | 692d84301d042c984b7b9578dd1fa9acb5804166 /archivers | |
parent | b9c1a2e8d843cdb6f9753a0ba6691e483d29ad5c (diff) | |
download | freebsd-ports-gnome-e5f676b9c697e0821682726ea4f7aaaac7f500d3.tar.gz freebsd-ports-gnome-e5f676b9c697e0821682726ea4f7aaaac7f500d3.tar.zst freebsd-ports-gnome-e5f676b9c697e0821682726ea4f7aaaac7f500d3.zip |
Add touch install cookie
Diffstat (limited to 'archivers')
-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 f55ff247e6ba..92344466648e 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> |