diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-24 16:56:05 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-24 16:56:05 +0000 |
commit | a9dc1a23990b05ef048e302f57effd0fcea5d1d7 (patch) | |
tree | 73a246db3a69dd87b3824fead471c2dae65c6795 /archivers/ha | |
parent | c209ef1e9b68900e8dcbca16b62e6f17de9dd6fe (diff) | |
download | ports-a9dc1a23990b05ef048e302f57effd0fcea5d1d7.tar.gz ports-a9dc1a23990b05ef048e302f57effd0fcea5d1d7.zip |
Notes
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 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> |