aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-05-05 03:09:22 +0800
committerpat <pat@FreeBSD.org>2002-05-05 03:09:22 +0800
commiteda7fa8d19a430faf2e4dec7974f01f814adf4b9 (patch)
tree75e8f72b5563cbd6747610dfe4fadeaf640777bd /deskutils
parent55e681202e25898f89c815da379abca4fc73e68b (diff)
downloadfreebsd-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/Makefile4
-rw-r--r--deskutils/gmcal/pkg-plist2
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