diff options
author | maho <maho@FreeBSD.org> | 2002-11-18 14:58:42 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2002-11-18 14:58:42 +0800 |
commit | b6bfc83b4e2165c94290b52c406356a853396b55 (patch) | |
tree | ec4d87eaaef9db30fc4c048d580b7c02224f8618 /science | |
parent | 7f08782b75558858b4cf8829f0767d0881ea8080 (diff) | |
download | freebsd-ports-gnome-b6bfc83b4e2165c94290b52c406356a853396b55.tar.gz freebsd-ports-gnome-b6bfc83b4e2165c94290b52c406356a853396b55.tar.zst freebsd-ports-gnome-b6bfc83b4e2165c94290b52c406356a853396b55.zip |
Fix the problem mpqc and mpqc-mpich port
both produces packages have identical name.
Reviewed by: knu(mentor)
Diffstat (limited to 'science')
-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 751893f3be83..68694e6ab390 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 |