diff options
author | ade <ade@FreeBSD.org> | 2003-03-06 21:01:40 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-06 21:01:40 +0000 |
commit | 7bda7dfaa37182d6fefe134ac45402f92ea83bde (patch) | |
tree | b39901ca7e609d8e94ba1f7db0bbbcf617e5f72f /editors/xemacs21-mule | |
parent | 61a8a0af5658e5f2abefd70bd57eba7f441c5150 (diff) | |
download | FreeBSD-ports-7bda7dfaa37182d6fefe134ac45402f92ea83bde.zip FreeBSD-ports-7bda7dfaa37182d6fefe134ac45402f92ea83bde.tar.gz |
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly)
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 4c837dc..f9281fd 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" \ |