diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-16 02:34:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-16 02:34:41 +0000 |
commit | ff545f8c6d7bb0aaf7727735d6593b62d4e67443 (patch) | |
tree | e851d55e6a479415b34206ee541be8d832d7a866 /sysutils | |
parent | - Add LICENSE (diff) |
- Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Notes
Notes:
svn path=/head/; revision=411210
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/httplog/Makefile | 18 | ||||
-rw-r--r-- | sysutils/httplog/files/patch-configure | 6 |
2 files changed, 16 insertions, 8 deletions
diff --git a/sysutils/httplog/Makefile b/sysutils/httplog/Makefile index e2c52e9c8a34..37a806316928 100644 --- a/sysutils/httplog/Makefile +++ b/sysutils/httplog/Makefile @@ -10,18 +10,24 @@ MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Apache log rollover program with strftime(3) filename support +LICENSE= FSL +LICENSE_NAME= Free software license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} + PORTDOCS= ChangeLog README OPTIONS_DEFINE= DOCS post-patch: - (cd ${WRKSRC} && \ - ${REINPLACE_CMD} -e "s@<wait.h>@<sys/wait.h>@" httplog.c && \ - ${REINPLACE_CMD} -e \ + @${REINPLACE_CMD} -e "s@<wait.h>@<sys/wait.h>@" \ + ${WRKSRC}/httplog.c + @${REINPLACE_CMD} -e \ "s@/var/lib/apache/bin/httplog@${PREFIX}/sbin/httplog@" \ - httplog.8) + ${WRKSRC}/httplog.8 do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o httplog httplog.c -lz) @@ -29,7 +35,9 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/httplog ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/httplog.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor diff --git a/sysutils/httplog/files/patch-configure b/sysutils/httplog/files/patch-configure index ee796d29288d..063d1c5ccb3f 100644 --- a/sysutils/httplog/files/patch-configure +++ b/sysutils/httplog/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat Jun 25 15:53:38 2005 -+++ configure Sat Jun 25 16:00:31 2005 -@@ -140,7 +140,7 @@ +--- configure.orig 2002-01-22 02:45:23 UTC ++++ configure +@@ -140,7 +140,7 @@ int main(void) { EOF $CC -o ./dummy ./dummy.c -lz 1>/dev/null 2>&1 if [ $? -eq 0 ]; then |