diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-26 04:05:37 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-26 04:05:37 +0000 |
commit | d928b8f223d75ad5ec56496e1cd38fce23946ac2 (patch) | |
tree | 6f043964c16f075744798d96906ffc87f3f46c76 /net/citrix_ica/Makefile | |
parent | 96f8b433320466230a5bb4610b884a85ca2d9910 (diff) | |
download | pkgsrc-d928b8f223d75ad5ec56496e1cd38fce23946ac2.tar.gz |
De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
Diffstat (limited to 'net/citrix_ica/Makefile')
-rw-r--r-- | net/citrix_ica/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 978da2b8ca7..e46cfdfadae 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/03/14 10:15:55 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2003/03/26 04:05:42 jschauma Exp $ # # A default so lintpkgsrc is happy @@ -81,7 +81,7 @@ do-install: ${MV} ${CDIR}/util/icalicense.sh.fixed ${CDIR}/util/icalicense.sh .if (${MACHINE_ARCH} == "i386") -.include "../../emulators/suse_linux/Makefile.application" -.else -.include "../../mk/bsd.pkg.mk" +. include "../../emulators/suse_linux/Makefile.application" .endif + +.include "../../mk/bsd.pkg.mk" |