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 | bab2cab70ad2844cfd03e4776cb45861d0e8654d (patch) | |
tree | 467fe629d4ac9e089c596b6ffb73ceb9e6938a36 /mail/sylpheed-claws | |
parent | 77d62f52726148766739fc54cc0b98963cb1c222 (diff) | |
download | pkgsrc-bab2cab70ad2844cfd03e4776cb45861d0e8654d.tar.gz |
Reordered the {CONFIGURE,BUILD,INSTALL}_DIRS chronologically instead of
alphabetically for aesthetic reasons.
Diffstat (limited to 'mail/sylpheed-claws')
-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 |