diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 11:10:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 11:10:57 +0000 |
commit | 13c9fa8e37f64d4fa9e301c2c8308253cb2a0473 (patch) | |
tree | 467fe629d4ac9e089c596b6ffb73ceb9e6938a36 /mail | |
parent | 64f923cfd4d574eab6c3b2b13c85c2537385dd72 (diff) | |
download | pkgsrc-13c9fa8e37f64d4fa9e301c2c8308253cb2a0473.tar.gz |
Reordered the {CONFIGURE,BUILD,INSTALL}_DIRS chronologically instead of
alphabetically for aesthetic reasons.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws/plugins.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed-claws/plugins.mk b/mail/sylpheed-claws/plugins.mk index 9b41f07150e..c46217fe52f 100644 --- a/mail/sylpheed-claws/plugins.mk +++ b/mail/sylpheed-claws/plugins.mk @@ -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} -BUILD_DIRS= ${WRKDIR}/${DISTNAME}/src/plugins/${PLUGIN_NAME} CONFIGURE_DIRS= ${WRKDIR}/${DISTNAME} +BUILD_DIRS= ${WRKDIR}/${DISTNAME}/src/plugins/${PLUGIN_NAME} INSTALL_DIRS= ${WRKDIR}/${DISTNAME}/src/plugins/${PLUGIN_NAME} DEPENDS+= sylpheed-claws>=${SYLPHEED_VERSION}:../../mail/sylpheed-claws |