diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
commit | b83d7bf933421ec67d43832596ab3f5cf5a33532 (patch) | |
tree | 4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /www/sarg | |
parent | a851269bfa4538b5ba537c3f91e9eca1a5553fc6 (diff) | |
download | ports-b83d7bf933421ec67d43832596ab3f5cf5a33532.tar.gz ports-b83d7bf933421ec67d43832596ab3f5cf5a33532.zip |
Notes
Diffstat (limited to 'www/sarg')
-rw-r--r-- | www/sarg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 92dbada83b14..555f4f6dfc3a 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -3,7 +3,7 @@ PORTNAME= sarg PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -30,7 +30,7 @@ CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \ MAN1= sarg.1 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" @@ -93,4 +93,4 @@ post-patch: pre-configure: @(cd ${WRKSRC} && ${AUTORECONF}) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |