diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-13 05:57:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-13 05:57:46 +0800 |
commit | fe38218fa50f0fb69250f46fecf35ca23cb02034 (patch) | |
tree | 1eeee6c7c64ebdf77975ba540fb0902246447963 /sysutils/ucspi-proxy/Makefile | |
parent | 82da41b9b5d342aead13a366cccc36db23e2bb63 (diff) | |
download | freebsd-ports-gnome-fe38218fa50f0fb69250f46fecf35ca23cb02034.tar.gz freebsd-ports-gnome-fe38218fa50f0fb69250f46fecf35ca23cb02034.tar.zst freebsd-ports-gnome-fe38218fa50f0fb69250f46fecf35ca23cb02034.zip |
- Update to 0.97
PR: ports/107749
Submitted by: miwi
Approved by: maintainer
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 |