Bug 37617 - Update port: graphics/py-paint
Summary: Update port: graphics/py-paint
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-01 03:40 UTC by Hye-Shik Chang
Modified: 2002-05-04 19:08 UTC (History)
0 users

See Also:


Attachments
file.diff (2.19 KB, patch)
2002-05-01 03:40 UTC, Hye-Shik Chang
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!