diff options
author | cube <cube@pkgsrc.org> | 2004-12-17 14:48:53 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-12-17 14:48:53 +0000 |
commit | 327adead5aea74630d469bd3ade17dce8d150363 (patch) | |
tree | d2bd1f4c346092ed9c2fad7b17040b268632936b /mail | |
parent | def596a99f01ccec9a088f281caa546b049922ff (diff) | |
download | pkgsrc-327adead5aea74630d469bd3ade17dce8d150363.tar.gz |
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?
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws/plugins.mk | 5 |
1 files changed, 3 insertions, 2 deletions
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 |