diff options
author | lev <lev@FreeBSD.org> | 2003-10-15 20:45:04 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2003-10-15 20:45:04 +0800 |
commit | 6b90780411824a0e0bbf09a40641ceee6466f75c (patch) | |
tree | d4fafb657c8a1bb983ff5b337aebb05c1c601430 /devel | |
parent | ea4856cb3670275430cd8607f77010396d914535 (diff) | |
download | freebsd-ports-gnome-6b90780411824a0e0bbf09a40641ceee6466f75c.tar.gz freebsd-ports-gnome-6b90780411824a0e0bbf09a40641ceee6466f75c.tar.zst freebsd-ports-gnome-6b90780411824a0e0bbf09a40641ceee6466f75c.zip |
Don't install ${PREFIX}/lib/libiberty.a
This commit resolve conflict with other *-binutils ports
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw32-binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index 7c9adcfb2e63..402ee8eee650 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -8,6 +8,7 @@ PORTNAME= binutils PORTVERSION= ${BINUTILVERSION}.${PATCHVERSION} PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases |