diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 21:57:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 21:57:46 +0000 |
commit | aa6f23e8f9415d921e2c39f3207f881d5dc91310 (patch) | |
tree | 60144173bc9615d28fd99308e7a1240a539c5976 /sysutils/ucspi-proxy/Makefile | |
parent | 5ec3375f5019617f35857b584d78bcb4bcaff197 (diff) |
Notes
Diffstat (limited to 'sysutils/ucspi-proxy/Makefile')
-rw-r--r-- | sysutils/ucspi-proxy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/ucspi-proxy/Makefile b/sysutils/ucspi-proxy/Makefile index 9a737c7affe7..4fca5d9261ea 100644 --- a/sysutils/ucspi-proxy/Makefile +++ b/sysutils/ucspi-proxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ucspi-proxy -PORTVERSION= 0.96 +PORTVERSION= 0.97 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/ucspi-proxy/ @@ -22,6 +22,9 @@ BGLIBS_INCLUDE= ${LOCALBASE}/include/bglibs MAN1= ucspi-proxy-http-xlate.1 ucspi-proxy.1 +PLIST_FILES= bin/ucspi-proxy bin/ucspi-proxy-log bin/ucspi-proxy-pop3 \ + bin/ucspi-proxy-imap bin/ucspi-proxy-http-xlate + do-configure: ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin ${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man |