diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-12-31 23:00:00 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-12-31 23:00:00 +0800 |
commit | d39292e063ab890779dfa9a8691006d3ffdda47b (patch) | |
tree | 07c4fa32de525fd1a143691b2d8076a7d19555f2 /www/emacs-w3m-xemacs21-mule/Makefile | |
parent | 9fbf0418c99259c5a95141175c9fb3ef24299a25 (diff) | |
download | freebsd-ports-gnome-d39292e063ab890779dfa9a8691006d3ffdda47b.tar.gz freebsd-ports-gnome-d39292e063ab890779dfa9a8691006d3ffdda47b.tar.zst freebsd-ports-gnome-d39292e063ab890779dfa9a8691006d3ffdda47b.zip |
Fix install error for emacs-w3m-xemacs21-mule.
Diffstat (limited to 'www/emacs-w3m-xemacs21-mule/Makefile')
-rw-r--r-- | www/emacs-w3m-xemacs21-mule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/emacs-w3m-xemacs21-mule/Makefile b/www/emacs-w3m-xemacs21-mule/Makefile index dea8a8233f55..3e0c9c8485d5 100644 --- a/www/emacs-w3m-xemacs21-mule/Makefile +++ b/www/emacs-w3m-xemacs21-mule/Makefile @@ -7,8 +7,6 @@ MASTERDIR= ${.CURDIR}/../emacs-w3m -BROKEN= Install fails - EMACS_PORT_NAME= xemacs21-mule COMMENT= Simple front-end to w3m for xemacs21-mule @@ -21,6 +19,8 @@ INFODIR= ${EMACS_PACKAGESDIR}/info PKGINFODIR= ${EMACS_PACKAGESDIR}/pkginfo INSTALL_TARGET= install-package +INFO_PATH= ${INFODIR} + PLIST= ${.CURDIR}/pkg-plist PLIST_SUB+= PKGINFODIR=${PKGINFODIR} EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} |