pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/gtar-base The make rule worked and then didn...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b63c864cdbdc
branches: trunk
changeset: 487565:b63c864cdbdc
user: tv <tv%pkgsrc.org@localhost>
date: Sun Jan 16 22:28:40 2005 +0000
description:
The make rule worked and then didn't work, so make this work again on
NetBSD et al by putting the dynamic PLIST component in post-install.
diffstat:
archivers/gtar-base/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 5f8dc695f8df -r b63c864cdbdc archivers/gtar-base/Makefile
--- a/archivers/gtar-base/Makefile Sun Jan 16 22:28:34 2005 +0000
+++ b/archivers/gtar-base/Makefile Sun Jan 16 22:28:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/01/16 04:44:50 tv Exp $
+# $NetBSD: Makefile,v 1.41 2005/01/16 22:28:40 tv Exp $
#
DISTNAME= tar-1.15.1
@@ -62,9 +62,9 @@
.if ${GTAR_PROGRAM_PREFIX} != "g"
${LN} -sf ${GTAR_PROGRAM_PREFIX}tar ${PREFIX}/bin/gtar
.endif
-
-${WRKSRC}/.PLIST.rmt:
- ${ECHO} 'libexec/${GTAR_PROGRAM_PREFIX}rmt' >$@
+.if ${OPSYS} != "Interix"
+ ${ECHO} 'libexec/${GTAR_PROGRAM_PREFIX}rmt' >${WRKSRC}/.PLIST.rmt
+.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index