diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-25 16:54:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-25 16:54:32 +0000 |
commit | 615f8cad4749bf5fe6704c9f0872c32cce968307 (patch) | |
tree | 05fa0deb7ec63ec7688279c88c454bf1549e8e03 /irc/darkbot/Makefile | |
parent | f1b5086b0854b5e4d650dcbc032e895e20bc6746 (diff) |
Notes
Diffstat (limited to 'irc/darkbot/Makefile')
-rw-r--r-- | irc/darkbot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/darkbot/Makefile b/irc/darkbot/Makefile index 24ba85f3e78d..b12ac7e5e7ee 100644 --- a/irc/darkbot/Makefile +++ b/irc/darkbot/Makefile @@ -3,7 +3,7 @@ PORTNAME= darkbot PORTVERSION= 6f6.r6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= irc MASTER_SITES= http://darkbot.sourceforge.net/archive/unix/ \ @@ -21,7 +21,7 @@ PLIST_DIRSTRY= %%ETCDIR%%/logs/ %%ETCDIR%%/dat/ %%ETCDIR%% .include <bsd.port.options.mk> -post-patch: +pre-configure: ${CP} ${WRKSRC}/configure ${WRKSRC}/config do-install: |