Bug 37617

Summary: Update port: graphics/py-paint
Product: Ports & Packages Reporter: Hye-Shik Chang <perky>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Hye-Shik Chang 2002-05-01 03:40:01 UTC
Update to 0.2
Comment 1 Hye-Shik Chang 2002-05-01 04:19:52 UTC
oh sorry. i missed fixing regex.

--- Makefile.orig	Wed May  1 11:33:32 2002
+++ Makefile	Wed May  1 11:33:13 2002
@@ -32,7 +32,7 @@
 .include <bsd.port.pre.mk>
 
 post-patch:
-	${PERL} -pi -e 's@^\(.*libraries.*\)$$@\1include_dirs=${INC_DIRS},library_dirs=${LIB_DIRS},@g' \
+	${PERL} -pi -e 's@^(.*libraries.*)$$@\1include_dirs=${INC_DIRS},library_dirs=${LIB_DIRS},@g' \
 		${WRKSRC}/setup.py
 
 .if !defined(NOPORTDOCS)
Comment 2 Patrick Li freebsd_committer freebsd_triage 2002-05-04 19:08:21 UTC
State Changed
From-To: open->closed

Committed, Thanks!