diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-03-02 05:11:17 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-03-02 05:11:17 +0000 |
commit | 1b9a87076177aa4cdb985644d17726237db5f58e (patch) | |
tree | b753bb0cd34b89c0b190c53390968b366c13ed3e /devel/libdombey/Makefile | |
parent | 21b33820acfe279b3c3b5f7fbe105425979562a5 (diff) |
Notes
Diffstat (limited to 'devel/libdombey/Makefile')
-rw-r--r-- | devel/libdombey/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/libdombey/Makefile b/devel/libdombey/Makefile index 04749eeb27f1..251eb92a0cf0 100644 --- a/devel/libdombey/Makefile +++ b/devel/libdombey/Makefile @@ -2,19 +2,17 @@ # $FreeBSD$ PORTNAME= libdombey -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= SCGI application server in a library -MAN8= libdombey.8 -MANCOMPRESSED= yes - USE_LDCONFIG= yes +INSTALL_TARGET=STAGEDIR=../stage/ install + PLIST_SUB= PORTVERSION=${PORTVERSION} -NO_STAGE= yes .include <bsd.port.mk> |