diff options
author | maho <maho@FreeBSD.org> | 2002-11-18 06:58:42 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2002-11-18 06:58:42 +0000 |
commit | b6bfc83b4e2165c94290b52c406356a853396b55 (patch) | |
tree | ec4d87eaaef9db30fc4c048d580b7c02224f8618 /science/mpqc-mpich | |
parent | 7f08782b75558858b4cf8829f0767d0881ea8080 (diff) | |
download | FreeBSD-ports-b6bfc83b4e2165c94290b52c406356a853396b55.zip FreeBSD-ports-b6bfc83b4e2165c94290b52c406356a853396b55.tar.gz |
Fix the problem mpqc and mpqc-mpich port
both produces packages have identical name.
Reviewed by: knu(mentor)
Diffstat (limited to 'science/mpqc-mpich')
-rw-r--r-- | science/mpqc-mpich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpqc-mpich/Makefile b/science/mpqc-mpich/Makefile index 751893f..68694e6 100644 --- a/science/mpqc-mpich/Makefile +++ b/science/mpqc-mpich/Makefile @@ -9,7 +9,7 @@ MASTERDIR= ${.CURDIR}/../mpqc/ .include "${.CURDIR}/../mpqc/Makefile" -PORTNAME= mpqc-mpich +PKGNAMESUFFIX= -mpich LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ atlas:${PORTSDIR}/math/atlas |