pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws Reordered the {CONFIGURE,BUILD,INS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f24c3a1801f
branches:  trunk
changeset: 502396:2f24c3a1801f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 11:10:57 2005 +0000

description:
Reordered the {CONFIGURE,BUILD,INSTALL}_DIRS chronologically instead of
alphabetically for aesthetic reasons.

diffstat:

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

diffs (18 lines):

diff -r a4b00b918313 -r 2f24c3a1801f mail/sylpheed-claws/plugins.mk
--- a/mail/sylpheed-claws/plugins.mk    Fri Nov 04 11:09:07 2005 +0000
+++ b/mail/sylpheed-claws/plugins.mk    Fri Nov 04 11:10:57 2005 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: plugins.mk,v 1.5 2005/03/06 16:45:47 chris Exp $
+# $NetBSD: plugins.mk,v 1.6 2005/11/04 11:10:57 rillig Exp $
 #
 
 .include "../../mail/sylpheed-claws/Makefile.common"
 
 PKGNAME=       sylpheed-claws-${PLUGIN_NAME:S/_/-/}-${SYLPHEED_VERSION}
 
+CONFIGURE_DIRS=        ${WRKDIR}/${DISTNAME}
 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