Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 1997 01:07:40 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        junker@jazz.snu.ac.kr, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/3335
Message-ID:  <199706040807.BAA01547@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: new port request of korean/hanemacs

State-Changed-From-To: open-analyzed
State-Changed-By: asami
State-Changed-When: Wed Jun 4 01:06:32 PDT 1997
State-Changed-Why: 

Can you take a look at editors/emacs and fix the port to use
install-info correctly?  By the way, I have already make some changes,
please start from here.

===
diff -ru hanemacs/Makefile hanemacs.new/Makefile
--- hanemacs/Makefile	Mon Apr  7 22:26:41 1997
+++ hanemacs.new/Makefile	Wed Jun  4 01:03:22 1997
@@ -12,10 +12,11 @@
 MASTER_SITES=	ftp://sunsite.kren.nm.kr/pub/packages/hangul/editor/HanEmacs/ \
 		ftp://ftp.kaist.ac.kr/pub/hangul/editor/HanEmacs/ \
 		ftp://sunsite.kren.nm.kr/pub/packages/hangul/editor/HanEmacs/
+
 WRKSRC=		${WRKDIR}/hanemacs-19.34
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-CONFIGURE_ARGS=	i386--freebsd --with-x-toolkit --prefix=${PREFIX}
+CONFIGURE_ARGS=	i386--freebsd --with-x-toolkit
 STRIP=
 MAN1=		emacs.1 etags.1 ctags.1
 
diff -ru hanemacs/pkg/PLIST hanemacs.new/pkg/PLIST
--- hanemacs/pkg/PLIST	Wed Apr 16 23:28:55 1997
+++ hanemacs.new/pkg/PLIST	Wed Jun  4 01:05:12 1997
@@ -2,12 +2,12 @@
 bin/b2m
 bin/rcs-checkin
 bin/hanemacs-19.34
-@exec ln -s %D/%F %B/hanemacs
+@exec ln -sf %D/%F %B/hanemacs
 @unexec rm %B/hanemacs
 bin/etags
 bin/emacsclient
-@exec if [ ! -d %d/share/hanemacs/site-lisp ]; then mkdir -p %D/share/hanemacs/site-lisp; fi
-@exec if [ ! -d %d/share/hanemacs/19.34/site-lisp ]; then mkdir -p %D/share/hanemacs/19.34/site-lisp; fi
+@exec if [ ! -d %D/share/hanemacs/site-lisp ]; then mkdir -p %D/share/hanemacs/site-lisp; fi
+@exec if [ ! -d %D/share/hanemacs/19.34/site-lisp ]; then mkdir -p %D/share/hanemacs/19.34/site-lisp; fi
 @comment these two can fail if other ports are installed, no need to
 @comment scare user in that case
 @unexec rmdir %D/share/hanemacs/site-lisp 2>/dev/null || true



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706040807.BAA01547>