pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse91_aspell Reorder the inclusion of Makef...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2da724fa2500
branches:  trunk
changeset: 506005:2da724fa2500
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Jan 10 16:22:09 2006 +0000

description:
Reorder the inclusion of Makefile.application, fixes fetch target.
Noticed by Robert Elz.

diffstat:

 emulators/suse91_aspell/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 9e2997586dfa -r 2da724fa2500 emulators/suse91_aspell/Makefile
--- a/emulators/suse91_aspell/Makefile  Tue Jan 10 16:14:32 2006 +0000
+++ b/emulators/suse91_aspell/Makefile  Tue Jan 10 16:22:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/01/08 16:53:21 salo Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/10 16:22:09 salo Exp $
 
 DISTNAME=              suse_aspell-${SUSE_VERSION}
 PKGREVISION=           1
@@ -10,8 +10,6 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for Aspell library
 
-.include "../../emulators/suse_linux/Makefile.application"
-
 .if !defined(USE_NATIVE_LINUX)
 DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
 .endif
@@ -24,4 +22,5 @@
 .include "Makefile.${MACHINE_ARCH}"
 .endif
 
+.include "../../emulators/suse_linux/Makefile.application"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index