diff options
author | salo <salo@pkgsrc.org> | 2003-01-19 06:52:54 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-19 06:52:54 +0000 |
commit | 235ccbe10197de658b9e130bbf84c3e51528bc54 (patch) | |
tree | c113467448f8852bf0356e69123b6b45b97afa46 /editors/xemacs-current/Makefile | |
parent | a44600312f84551b1faacb0587aaa9024711f762 (diff) | |
download | pkgsrc-235ccbe10197de658b9e130bbf84c3e51528bc54.tar.gz |
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Diffstat (limited to 'editors/xemacs-current/Makefile')
-rw-r--r-- | editors/xemacs-current/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 23c2188019b..55231cf4532 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/01/18 05:45:42 uebayasi Exp $ +# $NetBSD: Makefile,v 1.15 2003/01/19 06:52:55 salo Exp $ DISTNAME= xemacs-21.5.10 CATEGORIES= editors @@ -82,7 +82,6 @@ CONFIGURE_ARGS+= --site-includes=${PREFIX}/include:${WRKDIR} CONFIGURE_ARGS+= --site-libraries=${PREFIX}/lib CFLAGS+= -Dunix -MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" post-patch: @${RM} -f ${WRKSRC}/etc/ctags.1.orig |