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:
parent
28ba49cb72
commit
c8a555b93a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58542
@ -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} "*****************************************************************************"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
mcal/gmcal
|
||||
bin/gmcal
|
||||
|
Loading…
Reference in New Issue
Block a user