diff options
author | martin <martin@pkgsrc.org> | 2000-10-03 17:35:26 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2000-10-03 17:35:26 +0000 |
commit | fee23866b4d188b3268f1bf146acad8c2629df5d (patch) | |
tree | 7b4f83318a538475cf4d147d492c5c0bd81786dd /editors | |
parent | ce9ff95b66940dbf3cd6ed65ee0b30732bca5f01 (diff) | |
download | pkgsrc-fee23866b4d188b3268f1bf146acad8c2629df5d.tar.gz |
Backout parts of revision 1.22 which broke the integration with
xemacs-packages.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
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; \ |