Add an install time message pointing users to this port's installed executable.

Requested by:	Marc Rene Arns <privat@marcrenearns.de>
This commit is contained in:
Joseph Koshy 2004-05-04 02:28:55 +00:00
parent 41633ac2e0
commit bb2ec1d58c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108331
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# New ports collection makefile for: exctags
# New ports collection makefile for: Exuberant Ctags
# Date created: 4 June 1996
# Whom: jkoshy
#
@ -7,6 +7,7 @@
PORTNAME= ctags
PORTVERSION= 5.5.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_LOCAL}
@ -20,11 +21,15 @@ CONFIGURE_ARGS= --enable-macro-patterns --disable-etags
MAN1= exctags.1
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ctags ${PREFIX}/bin/exctags
${INSTALL_MAN} ${WRKSRC}/ctags.1 ${PREFIX}/man/man1/exctags.1
${MKDIR} ${PREFIX}/include/ctags ${PREFIX}/lib/ctags
${INSTALL_DATA} ${WRKSRC}/readtags.h ${PREFIX}/include/ctags/
${INSTALL_DATA} ${WRKSRC}/readtags.o ${PREFIX}/lib/ctags/
@${SED} 's:%%PREFIX%%:'${PREFIX}':' < pkg-message > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

3
devel/ctags/pkg-message Normal file
View file

@ -0,0 +1,3 @@
************************************************************
The executable for Exuberant CTAGS is installed as %%PREFIX%%/bin/exctags
************************************************************