summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-30 04:21:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-30 04:21:20 +0000
commitd6416a18cc6293c91c37dc4c2fa40e5544f28c9e (patch)
treeae336bfc41665962f46374a14d551565d157fba1 /x11
parentRemove the run dependency on mkisofs. (diff)
Install two more files so "make package" works. Also, delete *.orig
files in post-patch so "make deinstall" doesn't complain about non-empty directories.
Notes
Notes: svn path=/head/; revision=14248
Diffstat (limited to 'x11')
-rw-r--r--x11/eterm/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index 6de9d9c7e00f..13228aadea00 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 November 1997
# Whom: Murray Stokely <murray@cdrom.com>
#
-# $Id: Makefile,v 1.9 1998/10/09 18:05:11 vanilla Exp $
+# $Id: Makefile,v 1.10 1998/10/28 15:50:25 vanilla Exp $
#
DISTNAME= Eterm-0.8.7
@@ -27,11 +27,15 @@ pre-patch:
${CP} ${FILESDIR}/patch-kanji ${PATCHDIR}
.endif
+post-patch:
+ @find ${WRKSRC} -name '*.orig' | xargs ${RM} -f
+
post-install:
chown root.wheel ${PREFIX}/bin/Eterm
chmod 4755 ${PREFIX}/bin/Eterm
-
+ ${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/Eterm
.ifndef NOPORTDOCS
+ ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.help ${PREFIX}/share/Eterm
${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ref ${PREFIX}/share/Eterm
${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/Eterm
${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/Eterm