diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:31:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:31:35 +0000 |
commit | e3a545d7c0f991778bb3e353d7502f16040b6fa9 (patch) | |
tree | a29c59a0c1ec99f6606cfbfed62a3152af102974 /misc | |
parent | 44b6e1bd35c746f4a3c3efbe2827c722c9828ffc (diff) | |
download | pkgsrc-e3a545d7c0f991778bb3e353d7502f16040b6fa9.tar.gz |
portlint: fix RCS Id, use command macros
Diffstat (limited to 'misc')
-rw-r--r-- | misc/zorro/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile index 496f45c7f21..5618ada311b 100644 --- a/misc/zorro/Makefile +++ b/misc/zorro/Makefile @@ -3,7 +3,8 @@ # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.2 1997/10/27 02:00:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/24 21:31:35 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp # DISTNAME= zorro-1.1p8 @@ -18,8 +19,8 @@ LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 NO_BUILD= yes post-patch: - ( cd ${WRKSRC} ; sed 's|/usr/local|'${PREFIX}'|g' \ - <zorro >zorro.BAK ; mv zorro.BAK zorro ) + ( cd ${WRKSRC} ; ${SED} 's|/usr/local|'${PREFIX}'|g' \ + <zorro >zorro.BAK ; ${MV} zorro.BAK zorro ) do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro |