diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-25 23:29:12 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-25 23:29:12 +0800 |
commit | e47aff2ef30d1eec1f708e75fe81b8e3ea6ca323 (patch) | |
tree | 66d22533829ca380ebdeeeca80f602eb516dd40a /net-im/p5-Net-AIM | |
parent | eaf3f044e996f2c258a0d4c80592b35db9f7cd30 (diff) | |
download | freebsd-ports-graphics-e47aff2ef30d1eec1f708e75fe81b8e3ea6ca323.tar.gz freebsd-ports-graphics-e47aff2ef30d1eec1f708e75fe81b8e3ea6ca323.tar.zst freebsd-ports-graphics-e47aff2ef30d1eec1f708e75fe81b8e3ea6ca323.zip |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@
PR: ports/98755
Submitted by: rafan (the fresh committer)
Diffstat (limited to 'net-im/p5-Net-AIM')
-rw-r--r-- | net-im/p5-Net-AIM/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-im/p5-Net-AIM/Makefile b/net-im/p5-Net-AIM/Makefile index e197dd498ad..65f4932fbf2 100644 --- a/net-im/p5-Net-AIM/Makefile +++ b/net-im/p5-Net-AIM/Makefile @@ -17,7 +17,6 @@ COMMENT= Perl extension for the AOL Instant Messenger TOC protocol PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::AIM.3 Net::AIM::Connection.3 Net::AIM::Event.3 .include <bsd.port.mk> |