svn commit: r323722 - head/devel/ncurses-devel

Rong-En Fan rafan at FreeBSD.org
Fri Jul 26 14:26:54 UTC 2013


Author: rafan
Date: Fri Jul 26 14:26:53 2013
New Revision: 323722
URL: http://svnweb.freebsd.org/changeset/ports/323722

Log:
  - Fix build with BSD patch
  
  PR:		ports/180821
  Submitted by:	Pedro Giffuni <giffunip at tutopia.com>

Modified:
  head/devel/ncurses-devel/Makefile

Modified: head/devel/ncurses-devel/Makefile
==============================================================================
--- head/devel/ncurses-devel/Makefile	Fri Jul 26 14:25:16 2013	(r323721)
+++ head/devel/ncurses-devel/Makefile	Fri Jul 26 14:26:53 2013	(r323722)
@@ -14,6 +14,7 @@ DIST_SUBDIR=	${PORTNAME}
 PATCH_SITES=	ftp://invisible-island.net/ncurses/${RELEASE}/ \
 		${MASTER_SITE_LOCAL:S/$/:local/}
 PATCH_SITE_SUBDIR=	rafan/ncurses/:local
+PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	rafan at FreeBSD.org
 COMMENT=	Library for terminal-independent, full-screen output (development version)


More information about the svn-ports-all mailing list