diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 20:31:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 20:31:30 +0000 |
commit | 67b27c9829e164123d23f491644462f92f3f74f7 (patch) | |
tree | 8490bff6ee31cbfbc464b22bdb84e90067c65410 | |
parent | 05456fd5169df5760b646a6666c526eaf72d3822 (diff) | |
download | pkgsrc-67b27c9829e164123d23f491644462f92f3f74f7.tar.gz |
Fix typo here which build problems in e.g. the "opera" or the "mtv"
package.
-rw-r--r-- | emulators/suse_linux/Makefile.application | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index 5b4ff4aa8c0..82edb7fd717 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.2 2002/04/04 12:10:08 tron Exp $ +# $NetBSD: Makefile.application,v 1.3 2002/04/04 20:31:30 tron Exp $ .include "../../mk/bsd.prefs.mk" @@ -13,7 +13,7 @@ SUSE_DIR_PREFIX= suse SUSE_VERSION= 7.3 .endif -.if defined(RPM_FILES) +.if defined(RPMFILES) .include "../../emulators/${SUSE_DIR_PREFIX}_linux/Makefile.common" .else .include "../../mk/bsd.pkg.mk" |