diff options
author | pav <pav@FreeBSD.org> | 2006-03-21 05:51:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-21 05:51:35 +0800 |
commit | 914b0a8da75c2252e556d25d9fe52eefa6a7361c (patch) | |
tree | cf5a08ff4781ae4a0a612d18a98f0a38cb567650 /www/cherokee/Makefile | |
parent | a69126390a9dd68ddc689864e38a41f7fd137a84 (diff) | |
download | freebsd-ports-gnome-914b0a8da75c2252e556d25d9fe52eefa6a7361c.tar.gz freebsd-ports-gnome-914b0a8da75c2252e556d25d9fe52eefa6a7361c.tar.zst freebsd-ports-gnome-914b0a8da75c2252e556d25d9fe52eefa6a7361c.zip |
- Add rc script
PR: ports/94724
Submitted by: chinsan <chinsan.tw@gmail.com>
Diffstat (limited to 'www/cherokee/Makefile')
-rw-r--r-- | www/cherokee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 41027160890a..4ae23113f620 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -7,7 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.4.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.0x50.org/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION} @@ -18,9 +18,9 @@ COMMENT= An extremely fast and flexible web server LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_GNOME= gnomehack gnometarget pkgconfig +USE_RC_SUBR= cherokee.sh USE_GCC= 3.4+ USE_GETOPT_LONG= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |