aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-20 00:25:52 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-20 00:25:52 +0800
commit49daa103d59744901271fb65ddbf6ff79a6e9942 (patch)
tree321e282d4aa4bc7f73344584a1dfef0566b65dd6 /misc
parentd0f72f0bc7fa495bf2dca568e289e2e257de1e8e (diff)
downloadfreebsd-ports-gnome-49daa103d59744901271fb65ddbf6ff79a6e9942.tar.gz
freebsd-ports-gnome-49daa103d59744901271fb65ddbf6ff79a6e9942.tar.zst
freebsd-ports-gnome-49daa103d59744901271fb65ddbf6ff79a6e9942.zip
1: Stagify.
2: new syntax of LIB_DEPENDS. Approved by: portmgr@
Diffstat (limited to 'misc')
-rw-r--r--misc/wmcalendar/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile
index 176b17b9b599..698efebec795 100644
--- a/misc/wmcalendar/Makefile
+++ b/misc/wmcalendar/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= xride@FreeBSD.org
COMMENT= A dockable calendar with interface to iCalendar based calendars
-LIB_DEPENDS= ical:${PORTSDIR}/devel/libical
+LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
@@ -26,16 +26,14 @@ MAKE_ARGS= CC="${CC}" \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= wmCalendar.1
-PLIST_FILES= bin/wmCalendar
+PLIST_FILES= bin/wmCalendar man/man1/wmCalendar.1.gz
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
-e 's#/usr/X11R6#${LOCALBASE}#g' \
${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmCalendar ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/wmCalendar.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmCalendar ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/wmCalendar.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>