diff options
author | grant <grant> | 2003-12-15 06:21:32 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-15 06:21:32 +0000 |
commit | 3492937a66abc3149a1b3480a15970c8a8ddad28 (patch) | |
tree | a140f4f82dc9d00f9172f262075c66033975e888 /emulators | |
parent | bea37d169148574d5161a7e8f9eae4063caa35b9 (diff) | |
download | pkgsrc-3492937a66abc3149a1b3480a15970c8a8ddad28.tar.gz |
whitespace police.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat14-crypto/Makefile | 6 | ||||
-rw-r--r-- | emulators/compat14/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/compat14-crypto/Makefile b/emulators/compat14-crypto/Makefile index d94e659595f..b21a04068c1 100644 --- a/emulators/compat14-crypto/Makefile +++ b/emulators/compat14-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/08/30 22:51:16 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2003/12/15 06:21:33 grant Exp $ # DISTNAME= compat14-crypto-${MACHINE_ARCH}-${VERSION} @@ -46,9 +46,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} 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} |