diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 04:27:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 04:27:45 +0000 |
commit | d7f15c1bacea6377e4364760cf5c6aacc883162a (patch) | |
tree | ddb80c208aac662d8e417b889b33b61a633bcbfc /devel/p5-Glib2 | |
parent | cfa954a5bef4abe129c1198ece52679a53a29c26 (diff) | |
download | ports-d7f15c1bacea6377e4364760cf5c6aacc883162a.tar.gz ports-d7f15c1bacea6377e4364760cf5c6aacc883162a.zip |
- Unbreak build: correct WRKSRC
Pointy hat to: ijliao
Notes
Notes:
svn path=/head/; revision=105931
Diffstat (limited to 'devel/p5-Glib2')
-rw-r--r-- | devel/p5-Glib2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-Glib2/Makefile b/devel/p5-Glib2/Makefile index a05512ddabdf..520c285e7517 100644 --- a/devel/p5-Glib2/Makefile +++ b/devel/p5-Glib2/Makefile @@ -27,6 +27,7 @@ USE_GNOME= glib20 PERL_CONFIGURE= yes CONFIGURE_ARGS+= disable-threadsafe USE_GMAKE= yes +WRKSRC= ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION} MAN3= Glib.3 \ Glib::Boxed.3 \ |