diff options
author | grant <grant@pkgsrc.org> | 2003-12-15 06:21:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-15 06:21:32 +0000 |
commit | e99d14c174a5f80244889527ab92fa4f1d70c5a7 (patch) | |
tree | a140f4f82dc9d00f9172f262075c66033975e888 /emulators/compat14 | |
parent | c5aa2218e511cba792c0eba74556cde0531b98ac (diff) | |
download | pkgsrc-e99d14c174a5f80244889527ab92fa4f1d70c5a7.tar.gz |
whitespace police.
Diffstat (limited to 'emulators/compat14')
-rw-r--r-- | emulators/compat14/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile index 3690d415e5c..c7c8c7fc696 100644 --- a/emulators/compat14/Makefile +++ b/emulators/compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/08/30 22:51:16 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2003/12/15 06:21:32 grant Exp $ # DISTNAME= compat14-${MACHINE_ARCH}-${VERSION} @@ -44,9 +44,9 @@ COMPAT_LIBDIR= lib COMPAT_XLIBDIR= X11R6/lib .endif -PLIST_SRC+= ${PKGDIR}/PLIST +PLIST_SRC+= ${PKGDIR}/PLIST .if exists(${PKGDIR}/PLIST.${MACHINE_ARCH}) -PLIST_SRC+= ${PKGDIR}/PLIST.${MACHINE_ARCH} +PLIST_SRC+= ${PKGDIR}/PLIST.${MACHINE_ARCH} .endif PLIST_SUBST+= COMPAT_LIBDIR=${COMPAT_LIBDIR} COMPAT_XLIBDIR=${COMPAT_XLIBDIR} |