diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-17 09:35:03 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-17 09:35:03 +0000 |
commit | 19187332cdaabadbcd18edcabb6ca1f8f264ae8a (patch) | |
tree | 97bdd6deb31680e224c791dd63350ba95811e6ca /editors/xemacs21-mule | |
parent | 8ac88495ceeaf1ee0dc2b769b7f75cc6ab6e29ab (diff) |
Notes
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 88eba5aef160..bfe90487d39a 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1997 # Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/26 15:00:21 kuriyama Exp $ # DISTNAME= xemacs-20.4 @@ -107,4 +107,3 @@ pre-clean: @(cd ${PKGDIR}; ${RM} -f PLIST ${TMPL_FILES}) .include <bsd.port.mk> - |