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 /mail/mew2/Makefile | |
parent | Destroy pkg-comment for some of the stranger uses in the tree, (diff) |
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly)
Notes
Notes:
svn path=/head/; revision=77038
Diffstat (limited to 'mail/mew2/Makefile')
-rw-r--r-- | mail/mew2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mew2/Makefile b/mail/mew2/Makefile index f7656689ba2d..5713d111199f 100644 --- a/mail/mew2/Makefile +++ b/mail/mew2/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER?= kiri@FreeBSD.org +COMMENT?= Message interface to Emacs Window (version 2) for emacs21 # Mew major version MEW_MAJOR_VER?= 2 @@ -55,9 +56,8 @@ post-install: .endif ############################################################ -## Make DESCR,COMMENT and PLIST (only for MAINTAINER use) +## Make DESCR and PLIST (only for MAINTAINER use) ############################################################ -#COMMENT_TEXT= 'Message interface to Emacs Window (version ${MEW_MAJOR_VER}) for ${EMACS_PORT_NAME}' #.if ${EMACS_PORT_NAME} == "xemacs21" || ${EMACS_PORT_NAME} == "xemacs21-mule" #ELISPDIR= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/${PORTNAME}${MEW_MAJOR_VER} #INFODIR= ${PREFIX}/${EMACS_PACKAGESDIR}/info @@ -77,7 +77,6 @@ post-install: # ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp # #pre-arrange: -# ${ECHO_CMD} ${COMMENT_TEXT} > ${PKGDIR}/pkg-comment # ${SETENV} ${SCRIPTS_ENV} WRKTMPDIR=${PKGDIR} TMPL_FILES=pkg-descr \ # MEW_MAJOR_VER=${MEW_MAJOR_VER} \ # ${SH} ${FILESDIR}/tmpl2file.sh |