1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix build.

This commit is contained in:
Hajimu UMEMOTO 2007-07-16 19:10:22 +00:00
parent 5ac3fc536e
commit 9759e26e0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195768

View File

@ -22,6 +22,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_EMACS= yes
.include <bsd.port.pre.mk>
.if ${EMACS_PORT_NAME} == emacs20
EMACS_SUFFIX= ${PKGNAMESUFFIX}
.else
@ -47,4 +49,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}c \
${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>