Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/10/31 11:16:50 asau Exp $
# $NetBSD: Makefile,v 1.5 2015/06/10 11:45:56 richard Exp $
#
DISTNAME= cvsdiff2patch-1.0.1
@@ -10,9 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
COMMENT= Convert CVS diffs into something that patch(1) understands
NO_CONFIGURE= yes
USE_LIBTOOL= yes
USE_FEATURES= nbcompat # specifically fgetln
INSTALLATION_DIRS+= bin
do-extract:
@@ -20,7 +21,7 @@ do-extract:
do-build:
${RUN} cd ${WRKSRC} && \
${LIBTOOL} --mode=link ${CC} -o ${PKGBASE} ${PKGBASE}.c
${LIBTOOL} --mode=link ${CC} ${CPPFLAGS} ${LDFLAGS} ${LIBS} -o ${PKGBASE} ${PKGBASE}.c
do-install:
${RUN} cd ${WRKSRC} && \