diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-08-30 00:01:31 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-08-30 00:01:31 +0000 |
commit | 02aaf97c29f7fd6408e6f4720cffbaad891a086a (patch) | |
tree | dbd814bd961a845879db823a34c699105ee261c9 /math/eigen2/Makefile | |
parent | f82456ddc8e818ba9f6b361f08b489301f0afd90 (diff) | |
download | ports-02aaf97c29f7fd6408e6f4720cffbaad891a086a.tar.gz ports-02aaf97c29f7fd6408e6f4720cffbaad891a086a.zip |
Notes
Diffstat (limited to 'math/eigen2/Makefile')
-rw-r--r-- | math/eigen2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index c5083b34dd6b..115fb4e83c26 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -21,7 +21,7 @@ FETCH_ARGS= -Fpr LATEST_LINK= ${PORTNAME}2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-9ca09dbd70ce +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \ |