diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-07-19 16:13:51 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-07-19 16:13:51 +0000 |
commit | cc5be72253581d1fff616ef9f0e740d0218cccee (patch) | |
tree | 7eedd4aaafbbb16e4d89c5cb2d7295fbb18edfc3 /irc | |
parent | 4c88eb29644b1a2482f7ddd0be0813a236812e5e (diff) | |
download | ports-cc5be72253581d1fff616ef9f0e740d0218cccee.tar.gz ports-cc5be72253581d1fff616ef9f0e740d0218cccee.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 6 | ||||
-rw-r--r-- | irc/anope/distinfo | 6 | ||||
-rw-r--r-- | irc/anope/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 91100c8e373d..df027b00f02f 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -6,7 +6,7 @@ # PORTNAME= anope -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.2 CATEGORIES= irc MASTER_SITES= SF @@ -15,7 +15,9 @@ COMMENT= A set of IRC services for IRC networks USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-bindir=${PREFIX}/libexec/anope \ +CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" \ + --includedir="${LOCALBASE}/include" \ + --with-bindir=${PREFIX}/libexec/anope \ --with-datadir=${DATADIR} \ --with-rungroup=ircdru USE_PERL5_BUILD= yes diff --git a/irc/anope/distinfo b/irc/anope/distinfo index fbafa595a062..beee1f818970 100644 --- a/irc/anope/distinfo +++ b/irc/anope/distinfo @@ -1,3 +1,3 @@ -MD5 (anope-1.8.0.tar.gz) = 77fe81f656ff60b746e6da7499ea3dd2 -SHA256 (anope-1.8.0.tar.gz) = e0c03d2590d3da273e4fb2bb5ec8056f85045979f86e6224bfe895f16a1fd41d -SIZE (anope-1.8.0.tar.gz) = 1559446 +MD5 (anope-1.8.2.tar.gz) = 79660009a50d1f80cb8309a0d457d5c6 +SHA256 (anope-1.8.2.tar.gz) = 30d7317ba396cb2bb77339ebdd6e2e28949b6efdd54d8a96e83f120364146382 +SIZE (anope-1.8.2.tar.gz) = 1560307 diff --git a/irc/anope/pkg-plist b/irc/anope/pkg-plist index 0a6c34c4bbc8..1f475be77e76 100644 --- a/irc/anope/pkg-plist +++ b/irc/anope/pkg-plist @@ -82,7 +82,6 @@ libexec/anope/tools/epona2anope %%DATADIR%%/modules/hs_set.so %%DATADIR%%/modules/hs_setall.so %%DATADIR%%/modules/hybrid.so -%%DATADIR%%/modules/inspircd10.so %%DATADIR%%/modules/inspircd11.so %%DATADIR%%/modules/ms_cancel.so %%DATADIR%%/modules/ms_check.so |