diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-04 19:09:22 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-04 19:09:22 +0000 |
commit | c8a555b93a270d738003c21a54748f80c647f865 (patch) | |
tree | d649b6c0d518514ed8ec3ac19927a15116a56631 /deskutils/gmcal | |
parent | 28ba49cb7201f64f56d7f4b60e84f60d20237a4e (diff) |
Correct the install of binary file.
PR: 37740
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=58542
Diffstat (limited to 'deskutils/gmcal')
-rw-r--r-- | deskutils/gmcal/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gmcal/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gmcal/Makefile b/deskutils/gmcal/Makefile index 418fd0132038..9084c4b30e41 100644 --- a/deskutils/gmcal/Makefile +++ b/deskutils/gmcal/Makefile @@ -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} "*****************************************************************************" diff --git a/deskutils/gmcal/pkg-plist b/deskutils/gmcal/pkg-plist index b2d8f4f9a4a9..e3b9a2ed74ab 100644 --- a/deskutils/gmcal/pkg-plist +++ b/deskutils/gmcal/pkg-plist @@ -1 +1 @@ -mcal/gmcal +bin/gmcal |