From owner-svn-ports-head@freebsd.org Sun Nov 1 11:11:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08744A21961; Sun, 1 Nov 2015 11:11:14 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8770124F; Sun, 1 Nov 2015 11:11:13 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by iody8 with SMTP id y8so118917317iod.1; Sun, 01 Nov 2015 03:11:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9AgH/tvQhIus/B/kPCkwgyCa24Ay035QsRXF3CNLYwA=; b=OGqYgYlpEnUbo0cj7xWsWQcqg3A1XJ62rSO3fRiE4k13uSLmxcPoHnGWGzBzAQaL14 is8F8gKweCwgOoh79J+Ndod59vzrSFmYLJ5zgwjBLSey0U5y30RZM7Usn8R5JQJE2Q2H BOWsNtenJtd5cdXO6czo3PQ2JpNdvyjsaEAL/H7lE08EGuvxSgtgyCeaqXsyjdTWVFUF zlxMdpkzChE9ImMHEuFRPhJEwcsRNT+EvTG6EBfbnjA3oloy/xDHyQoofgmWpEHepSEM k+E5qqK/q+rP7Z0w8EJkkN/2l6VJyZvWXO77EAse/O+35YbOFLo+TV9AK4URGLgEvq36 XavQ== MIME-Version: 1.0 X-Received: by 10.107.130.209 with SMTP id m78mr18462290ioi.18.1446376273277; Sun, 01 Nov 2015 03:11:13 -0800 (PST) Received: by 10.36.0.134 with HTTP; Sun, 1 Nov 2015 03:11:13 -0800 (PST) Received: by 10.36.0.134 with HTTP; Sun, 1 Nov 2015 03:11:13 -0800 (PST) In-Reply-To: <201511011101.tA1B15eR051144@repo.freebsd.org> References: <201511011101.tA1B15eR051144@repo.freebsd.org> Date: Sun, 1 Nov 2015 06:11:13 -0500 Message-ID: Subject: Re: svn commit: r400605 - in head/devel: . msp430-debug-stack msp430-debug-stack/files From: Jason Unovitch To: "Lev A. Serebryakov" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Nov 2015 11:11:14 -0000 > + > +.include > + > +do-install: > + ${INSTALL_LIB} ${WRKSRC}/libmsp430.so ${STAGEDIR}${PREFIX}/lib/libmsp430.so > + ${MKDIR} ${STAGEDIR}${PREFIX}/include/libmsp430 > + ${INSTALL_DATA} ${WRKSRC}/DLL430_v3/include/* ${STAGEDIR}${PREFIX}/include/libmsp430/ > + ${MKDIR} ${STAGEDIR}${DOCSDIR} > + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau320u.pdf ${STAGEDIR}${DOCSDIR}/ > + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau656.pdf ${STAGEDIR}${DOCSDIR}/ > + > +.include > Why not just .include ?