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/Makefile | |
parent | 28ba49cb7201f64f56d7f4b60e84f60d20237a4e (diff) | |
download | ports-c8a555b93a270d738003c21a54748f80c647f865.tar.gz ports-c8a555b93a270d738003c21a54748f80c647f865.zip |
Notes
Diffstat (limited to 'deskutils/gmcal/Makefile')
-rw-r--r-- | deskutils/gmcal/Makefile | 4 |
1 files changed, 2 insertions, 2 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} "*****************************************************************************" |