pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws WRKSRC has to stay to its default ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db2a8e2f31ab
branches:  trunk
changeset: 485603:db2a8e2f31ab
user:      cube <cube%pkgsrc.org@localhost>
date:      Fri Dec 17 14:48:53 2004 +0000

description:
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:

 mail/sylpheed-claws/plugins.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a5472e029d46 -r db2a8e2f31ab mail/sylpheed-claws/plugins.mk
--- a/mail/sylpheed-claws/plugins.mk    Fri Dec 17 07:53:06 2004 +0000
+++ b/mail/sylpheed-claws/plugins.mk    Fri Dec 17 14:48:53 2004 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index