diff options
author | pat <pat@FreeBSD.org> | 2002-05-05 03:09:22 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-05 03:09:22 +0800 |
commit | eda7fa8d19a430faf2e4dec7974f01f814adf4b9 (patch) | |
tree | 75e8f72b5563cbd6747610dfe4fadeaf640777bd /deskutils | |
parent | 55e681202e25898f89c815da379abca4fc73e68b (diff) | |
download | freebsd-ports-gnome-eda7fa8d19a430faf2e4dec7974f01f814adf4b9.tar.gz freebsd-ports-gnome-eda7fa8d19a430faf2e4dec7974f01f814adf4b9.tar.zst freebsd-ports-gnome-eda7fa8d19a430faf2e4dec7974f01f814adf4b9.zip |
Correct the install of binary file.
PR: 37740
Submitted by: maintainer
Diffstat (limited to 'deskutils')
-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 |