pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/plist Fix a weird newline error (probably cut-and-p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/232e76878ca7
branches:  trunk
changeset: 506751:232e76878ca7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jan 21 14:44:34 2006 +0000

description:
Fix a weird newline error (probably cut-and-paste error).

diffstat:

 mk/plist/plist.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r fcf1f322b614 -r 232e76878ca7 mk/plist/plist.mk
--- a/mk/plist/plist.mk Sat Jan 21 14:40:31 2006 +0000
+++ b/mk/plist/plist.mk Sat Jan 21 14:44:34 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.3 2006/01/13 23:09:39 jlam Exp $
+# $NetBSD: plist.mk,v 1.4 2006/01/21 14:44:34 jlam Exp $
 #
 # This Makefile fragment handles the creation of PLISTs for use by
 # pkg_create(8).
@@ -49,8 +49,7 @@
 PLIST_SRC+=    ${PKGDIR}/PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
 .  endif
 .  if exists(${PKGDIR}/PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g})
-PLIST_SRC+=    ${PKGDIR}/PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/
-g}
+PLIST_SRC+=    ${PKGDIR}/PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
 .  endif
 .  if exists(${PKGDIR}/PLIST)
 PLIST_SRC+=    ${PKGDIR}/PLIST



Home | Main Index | Thread Index | Old Index