1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Correct the install of binary file.

PR:		37740
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-05-04 19:09:22 +00:00
parent 28ba49cb72
commit c8a555b93a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58542
2 changed files with 3 additions and 3 deletions

View File

@ -24,12 +24,12 @@ post-extract:
${CHMOD} a-x ${WRKSRC}/*
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gmcal ${PREFIX}/gmcal
${INSTALL_PROGRAM} ${WRKSRC}/gmcal ${PREFIX}/bin
post-install:
@${ECHO} "*****************************************************************************"
@${ECHO} ""
@${ECHO} " gmcal has been installed in ${PREFIX}/gmcal."
@${ECHO} " gmcal has been installed as ${PREFIX}/bin/gmcal."
@${ECHO} ""
@${ECHO} "*****************************************************************************"

View File

@ -1 +1 @@
mcal/gmcal
bin/gmcal