diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-09 00:29:14 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-09 00:29:14 +0000 |
commit | a3b2a5a3a149aaaeaf532ecbe8d0eba14590c3ee (patch) | |
tree | 0f0da2e56b66262bb6d3c459ab0c45c215affd16 /editors/emacs/Makefile | |
parent | 2cb12cba257cf2f89a8dee356365e6e04e9cbf15 (diff) | |
download | pkgsrc-a3b2a5a3a149aaaeaf532ecbe8d0eba14590c3ee.tar.gz |
- Fix stripping of binaries (caused by fixing PR4884)
- Remove unneeded DOC files (pointed our by Charles Hannum)
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index da3c298909f..67b01b1f046 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 11 October 1997 # Whom: hubertf # -# $NetBSD: Makefile,v 1.5 1998/01/25 00:48:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/09 00:29:14 hubertf Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # @@ -20,7 +20,6 @@ RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo GNU_CONFIGURE= yes #USE_GMAKE= yes CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid -STRIP= MAN1= emacs.1 etags.1 ctags.1 OPSYS!= uname -s @@ -36,5 +35,7 @@ post-install: .for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor + cd ${PREFIX}/share/emacs/20.2/etc ; [ -f DOC-20.2.3 ] && rm -f DOC-20.2.2 + cd ${PREFIX}/share/emacs/20.2/etc ; [ -f DOC-20.2.2 ] && rm -f DOC-20.2.1 .include <bsd.port.mk> |