From a6deaa94a06c2216825ebcd8138458ac70b87306 Mon Sep 17 00:00:00 2001 From: cube Date: Fri, 17 Dec 2004 14:48:53 +0000 Subject: WRKSRC has to stay to its default value. Use BUILD_DIRS and INSTALL_DIRS for the specifics of the plugins. How did this ever work? --- mail/sylpheed-claws/plugins.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/sylpheed-claws') diff --git a/mail/sylpheed-claws/plugins.mk b/mail/sylpheed-claws/plugins.mk index 7e910a13357..bf215c867bc 100644 --- a/mail/sylpheed-claws/plugins.mk +++ b/mail/sylpheed-claws/plugins.mk @@ -1,12 +1,13 @@ -# $NetBSD: plugins.mk,v 1.3 2004/04/27 07:19:04 cube Exp $ +# $NetBSD: plugins.mk,v 1.4 2004/12/17 14:48:53 cube Exp $ # .include "../../mail/sylpheed-claws/Makefile.common" PKGNAME= sylpheed-claws-${PLUGIN_NAME:S/_/-/}-${SYLPHEED_VERSION} -WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PLUGIN_NAME} +BUILD_DIRS= ${WRKDIR}/${DISTNAME}/src/plugins/${PLUGIN_NAME} CONFIGURE_DIRS= ${WRKDIR}/${DISTNAME} +INSTALL_DIRS= ${WRKDIR}/${DISTNAME}/src/plugins/${PLUGIN_NAME} DEPENDS+= sylpheed-claws>=${SYLPHEED_VERSION}:../../mail/sylpheed-claws -- cgit v1.2.3