diff options
author | wiz <wiz> | 2000-01-10 01:39:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-10 01:39:02 +0000 |
commit | 55253b6199896a438ae8ec0789b7997648cff5c8 (patch) | |
tree | 1d019e8fd84c7e906a4bf476ad2269a78d304a50 /misc | |
parent | 47d48851ca75f9b6f9b94d239283d56beaee2721 (diff) | |
download | pkgsrc-55253b6199896a438ae8ec0789b7997648cff5c8.tar.gz |
miscellaneous small changes to make pkglint happy
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tclticker/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/tclticker/Makefile b/misc/tclticker/Makefile index 590b0fd2b68..4cc54c3a00e 100644 --- a/misc/tclticker/Makefile +++ b/misc/tclticker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/21 12:47:29 agc Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/10 01:39:02 wiz Exp $ # DISTNAME= tclticker-1.1 @@ -20,9 +20,9 @@ post-patch: done do-install: - ${BSD_INSTALL_SCRIPT} ${WRKSRC}/tclticker ${PREFIX}/bin - ${BSD_INSTALL_SCRIPT} ${WRKSRC}/mailquote ${PREFIX}/bin - -${MKDIR} -p ${PREFIX}/share/tclticker + ${INSTALL_SCRIPT} ${WRKSRC}/tclticker ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/mailquote ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/tclticker cd ${WRKSRC}/lib ; ${GTAR} cf - . | (cd ${PREFIX}/share/tclticker ; ${GTAR} xvf - ) .include "../../mk/bsd.pkg.mk" |