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 | d43a9b2f7fd29a5b0ad2aa224d9c8bbc46dfd363 (patch) | |
tree | a140f4f82dc9d00f9172f262075c66033975e888 /emulators/compat14-crypto | |
parent | cea8893aee6bd9d409b2458ec0797e9e9cc4a579 (diff) | |
download | pkgsrc-d43a9b2f7fd29a5b0ad2aa224d9c8bbc46dfd363.tar.gz |
whitespace police.
Diffstat (limited to 'emulators/compat14-crypto')
-rw-r--r-- | emulators/compat14-crypto/Makefile | 6 |
1 files changed, 3 insertions, 3 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} |