summaryrefslogtreecommitdiff
path: root/archivers/ha/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-24 16:56:05 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-24 16:56:05 +0000
commita9dc1a23990b05ef048e302f57effd0fcea5d1d7 (patch)
tree73a246db3a69dd87b3824fead471c2dae65c6795 /archivers/ha/Makefile
parentHA archiver (diff)
Add touch install cookie
Notes
Notes: svn path=/head/; revision=819
Diffstat (limited to 'archivers/ha/Makefile')
-rw-r--r--archivers/ha/Makefile3
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>