diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-11 19:41:39 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-11 19:41:39 +0000 |
commit | 0bf6bf3ffd8869ff01f70a9f65e805f6ccc1fc6c (patch) | |
tree | 1be8337fef0bcaa1de4d2c0a7bf6acb696db85df /emulators | |
parent | 38f87cb60143b97d05de823ee77b313141703f29 (diff) | |
download | pkgsrc-0bf6bf3ffd8869ff01f70a9f65e805f6ccc1fc6c.tar.gz |
Use tabs (not spaces) to make indentation
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_freetype2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_freetype2/Makefile b/emulators/suse_freetype2/Makefile index 915a905bd9f..e76c4cbc4d8 100644 --- a/emulators/suse_freetype2/Makefile +++ b/emulators/suse_freetype2/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:36:07 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/11 19:41:39 cjep Exp $ DISTNAME= freetype2 PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} CATEGORIES= emulators PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/} \ - ${MASTER_SITE_SUSE_UPD:=gra1/} + ${MASTER_SITE_SUSE_UPD:=gra1/} DISTFILES= ${RPMFILES} MAINTAINER= tech-pkg@NetBSD.org |