mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Fix as xemacs-mule is updated
Modify to be able to do "make" by any user
This commit is contained in:
parent
b7292d3081
commit
61b2f82de0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25991
@ -81,7 +81,7 @@ post-configure:
|
||||
|
||||
pre-build:
|
||||
.if (${EMACS_PORT} == "xemacs21-mule")
|
||||
@${INSTALL_DATA} ${FILESDIR}/_pkg.el ${WRKSRC}/
|
||||
@${CP} ${FILESDIR}/_pkg.el ${WRKSRC}/
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
|
@ -12,8 +12,8 @@ MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs
|
||||
|
||||
EMACS_NAME= xemacs
|
||||
EMACS_PORT= xemacs21-mule
|
||||
EMACS_VER= 21.1.8
|
||||
MULE_VER= 21.1.8
|
||||
EMACS_VER= 21.1.9
|
||||
MULE_VER= 21.1.9
|
||||
EMACS_LIBDIR= lib/xemacs
|
||||
EMACS_PACKAGESDIR= lib/xemacs/site-packages
|
||||
MANIFEST= MANIFEST.wl
|
||||
|
@ -81,7 +81,7 @@ post-configure:
|
||||
|
||||
pre-build:
|
||||
.if (${EMACS_PORT} == "xemacs21-mule")
|
||||
@${INSTALL_DATA} ${FILESDIR}/_pkg.el ${WRKSRC}/
|
||||
@${CP} ${FILESDIR}/_pkg.el ${WRKSRC}/
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
|
Loading…
Reference in New Issue
Block a user