diff options
author | cjep <cjep> | 2004-05-07 15:25:13 +0000 |
---|---|---|
committer | cjep <cjep> | 2004-05-07 15:25:13 +0000 |
commit | 63358e80e7ad2f23b37b0c045f3532083d978aba (patch) | |
tree | 2576cc6bcf81ba303f2953a42a62a6ed383ae494 /emulators | |
parent | 1c28c686de46f969d71c9d3f2acb1a84b743c04c (diff) | |
download | pkgsrc-63358e80e7ad2f23b37b0c045f3532083d978aba.tar.gz |
whitespace nits
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index 2fbc1743218..ce6ebcc11d0 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2004/04/19 00:28:59 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2004/05/07 15:25:13 cjep Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 5 @@ -39,7 +39,7 @@ RPMIGNOREPATH= tmp usr/tmp var LINUX_LDD= ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd -.include "../../mk/bsd.prefs.mk" +.include "../../mk/bsd.prefs.mk" do-build: @for FILE in ${PKGDIR}/PLIST ${FILESDIR}/*.sh; do \ |