diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 21:01:40 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 21:01:40 +0000 |
commit | a5be358b9d075a660827de0da2aba57ed77ff168 (patch) | |
tree | 80da9240100147f77e3f2d141a12bc9ff29060f1 /editors/xemacs21-mule | |
parent | 84ea4ee842af8389fc1b0603b821af2d68ba8c65 (diff) |
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly)
Notes
Notes:
svn path=/head/; revision=77038
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 4c837dc8328b..f9281fdf0b75 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -24,7 +24,7 @@ MULE_SLAVE= yes .endif MAINTAINER?= kiri@FreeBSD.org -COMMENT=? XEmacs(version 21) text editor with mule(Only the executables) +COMMENT?= XEmacs(version 21) text editor with mule(Only the executables) BUILD_DEPENDS= ${BUILD_INPUT_METHOD} .if defined(MULE_SLAVE) @@ -77,7 +77,6 @@ XEMACS_MAJOR_VER?= 21 MULE_PORT= yes PKGNAMESUFFIX?= -mule DESCR_TMPL?= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-mule/files/DESCR.tmpl -COMMENT_TEXT?= XEmacs(version ${XEMACS_MAJOR_VER}) text editor with mule(Only the executables) .if defined(MULE_SLAVE) BINNAMEEXT= -mule SITE_INCLUDES+= ${LOCALBASE}/include @@ -105,10 +104,9 @@ post-install:: post-package: @${TOUCH} ${TOUCH_FLAGS} ${PACKAGE_COOKIE} -## for make DESCR and COMMENT (only maintainer use) +## for make DESCR (only maintainer use) #pre-arrange:: # @${MKDIR} ${PKGDIR} -# @${ECHO_CMD} "${COMMENT_TEXT}" > ${COMMENT} #.if (${PKGNAMESUFFIX} == "-canna") || (${PKGNAMESUFFIX} == "-mule") || (${PKGNAMESUFFIX} == "-mule-common") # @${SED} -e "s/%%XEMACS_VER%%/${XEMACS_VER}/g" \ # -e "s/%%XEMACS_REL%%/${XEMACS_REL}/g" \ |