Index: head/editors/em/Makefile =================================================================== --- head/editors/em/Makefile (revision 50419) +++ head/editors/em/Makefile (revision 50420) @@ -1,19 +1,27 @@ -# New ports collection makefile for: MicroEmacs/PK-TOY 4.0.16 +# New ports collection makefile for: MicroEmacs/PK-TOY # Date created: 27 Jan 2001 # Whom: Tadashi Yumoto # # $FreeBSD$ # PORTNAME= em PORTVERSION= 4.0.16 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www3.famille.ne.jp/~ncc1701/em/ -DISTNAME= em-4.0.16-lt +DISTNAME= ${PORTNAME}-${PORTVERSION}-lt MAINTAINER= ports@FreeBSD.org -post-install: - strip ${PREFIX}/bin/em +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DEFINES="" + +pre-patch: + @${PERL} -pi -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/epath.h + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/em ${PREFIX}/bin/em + ${INSTALL_DATA} ${WRKSRC}/emacs.hlp ${PREFIX}/etc/emacs.hlp + ${INSTALL_DATA} ${WRKSRC}/emacs.rc ${PREFIX}/etc/dot.emacsrc .include Property changes on: head/editors/em/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/editors/em/pkg-comment =================================================================== --- head/editors/em/pkg-comment (revision 50419) +++ head/editors/em/pkg-comment (revision 50420) @@ -1 +1 @@ -MicroEmacs 4.0/PK-TOY (version 4.0.16) +Full screen editor based on MicroEMACS Property changes on: head/editors/em/pkg-comment ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property