diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-06-25 02:09:52 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-06-25 02:09:52 +0800 |
commit | 079ff7ddbf4df70a5db49f3af87f28ba6055c3b0 (patch) | |
tree | 899d135832c20e8d6452205501e2867b4268630f | |
parent | 9d463835f70c709ffec2f3ea09c88d982a57de22 (diff) | |
download | freebsd-ports-gnome-079ff7ddbf4df70a5db49f3af87f28ba6055c3b0.tar.gz freebsd-ports-gnome-079ff7ddbf4df70a5db49f3af87f28ba6055c3b0.tar.zst freebsd-ports-gnome-079ff7ddbf4df70a5db49f3af87f28ba6055c3b0.zip |
Fix some screw ups introduced in r319847.
I'm not sure if the submitter of ports/179224 didn't even test his patch or
if the distfile was re-rolled in a bizarre way.
Anyway, fix distfile and also cd into the correct directories to actually
build the port.
PR: ports/179790
-rw-r--r-- | biology/phylip/Makefile | 4 | ||||
-rw-r--r-- | biology/phylip/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index e094f3e059a7..cdf010edd600 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -15,8 +15,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash OPTIONS_DEFINE= DOCS EXAMPLES -BUILD_WRKSRC= ${WRKSRC}/source -INSTALL_WRKSRC= ${WRKSRC}/source +BUILD_WRKSRC= ${WRKSRC}/src +INSTALL_WRKSRC= ${WRKSRC}/src USE_XORG= x11 xaw xt USE_GMAKE= yes diff --git a/biology/phylip/distinfo b/biology/phylip/distinfo index 8d6320ec0528..a88988aeb874 100644 --- a/biology/phylip/distinfo +++ b/biology/phylip/distinfo @@ -1,2 +1,2 @@ -SHA256 (phylip-3.695.tar.gz) = 846b9acf5f9d30520f703c6541ec945378b1c9355bc3f035e0ea721931b7b8ac -SIZE (phylip-3.695.tar.gz) = 4364943 +SHA256 (phylip-3.695.tar.gz) = d843ecee0d6bcf57f4f23dc8ef064a668907cc69b4edd7626ff7afdd8d0de370 +SIZE (phylip-3.695.tar.gz) = 4364684 |