Index: head/deskutils/gmcal/Makefile =================================================================== --- head/deskutils/gmcal/Makefile (revision 58541) +++ head/deskutils/gmcal/Makefile (revision 58542) @@ -1,36 +1,36 @@ # New ports collection makefile for: gmcal # Date created: Mon Oct 15 09:09:46 GMT 2001 # Whom: thierry@pompo.net # # $FreeBSD$ # PORTNAME= gmcal PORTVERSION= 0.0.1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libmcal MAINTAINER= thierry@pompo.net LIB_DEPENDS= mcal.0:${PORTSDIR}/misc/libmcal RUN_DEPENDS= ${LOCALBASE}/mcal/mcal:${PORTSDIR}/deskutils/mcal WRKSRC= ${WRKDIR}/${PORTNAME} USE_GTK= yes 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} "*****************************************************************************" .include Property changes on: head/deskutils/gmcal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/deskutils/gmcal/pkg-plist =================================================================== --- head/deskutils/gmcal/pkg-plist (revision 58541) +++ head/deskutils/gmcal/pkg-plist (revision 58542) @@ -1 +1 @@ -mcal/gmcal +bin/gmcal Property changes on: head/deskutils/gmcal/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property