summaryrefslogtreecommitdiff
path: root/x11/Xaw3d
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-12-30 15:13:30 +0000
committerhubertf <hubertf@pkgsrc.org>1997-12-30 15:13:30 +0000
commit8bf87c8409845577786815fa8e87259e9202abd5 (patch)
tree728adc6d0cc4af0305405ffe5abd01acf8791507 /x11/Xaw3d
parent7ae0d83da80beddf968adaa021add37940679129 (diff)
downloadpkgsrc-8bf87c8409845577786815fa8e87259e9202abd5.tar.gz
Take README.XAW3D from WRKSRC, fixes PR 4755 reported by
Soren S. Jorvang <soren@t.dk> and Matthias Scheler <tron@lyssa.owl.de>.
Diffstat (limited to 'x11/Xaw3d')
-rw-r--r--x11/Xaw3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile
index b9b9a8fce74..1c381a6f726 100644
--- a/x11/Xaw3d/Makefile
+++ b/x11/Xaw3d/Makefile
@@ -3,7 +3,7 @@
# Date created: 30th November 1997
# Whom: tron@lyssa.owl.de, soren@t.dk
#
-# $NetBSD: Makefile,v 1.3 1997/12/29 02:33:41 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 1997/12/30 15:13:30 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/06/19 09:33:26 asami Exp
#
@@ -21,6 +21,6 @@ post-extract:
post-install:
${LDCONFIG} -m ${PREFIX}/lib
${MKDIR} -p ${PREFIX}/share/doc/Xaw3d
- ${CP} ${FILESDIR}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
+ ${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
.include <bsd.port.mk>