summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authormartin <martin>2000-10-03 17:35:26 +0000
committermartin <martin>2000-10-03 17:35:26 +0000
commitbe006ce3638209adfb09528b9f7bd0a9fbb00fbb (patch)
tree7b4f83318a538475cf4d147d492c5c0bd81786dd /editors/xemacs
parent1decb2790b9db32a1e980ffecd239552945dba1c (diff)
downloadpkgsrc-be006ce3638209adfb09528b9f7bd0a9fbb00fbb.tar.gz
Backout parts of revision 1.22 which broke the integration with
xemacs-packages.
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index c972aeece1e..646d0b241e1 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/09/28 11:29:59 toshii Exp $
+# $NetBSD: Makefile,v 1.25 2000/10/03 17:35:26 martin Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
DISTNAME= xemacs-21.1.9
@@ -69,7 +69,7 @@ pre-configure:
post-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/${DISTNAME}
- @${LN} -s ${DISTNAME} ${PREFIX}/lib/xemacs
+ @${MKDIR} ${PREFIX}/lib/xemacs
@if [ "X${MANZ}" != X"" ]; then \
${WRKSRC}/lib-src/gzip-el.sh ${PREFIX}/lib/${DISTNAME}; \
GZSUFFIX=.gz; \