aboutsummaryrefslogtreecommitdiff
path: root/www/visitors/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-06-10 10:58:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-06-10 10:58:56 +0000
commit964dc4cc18e8df9612849c1565dadaa1579887d6 (patch)
treeab64c9ed2eaf7b07c783bfc803e14abd31939bbc /www/visitors/Makefile
parentd7570f7531ef96657b264e7dcb4f81d3572601ea (diff)
Notes
Diffstat (limited to 'www/visitors/Makefile')
-rw-r--r--www/visitors/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/visitors/Makefile b/www/visitors/Makefile
index 48226a23c811..05928f1bae72 100644
--- a/www/visitors/Makefile
+++ b/www/visitors/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= visitors
-PORTVERSION= 0.4a
+PORTVERSION= 0.5
CATEGORIES= www
MASTER_SITES= http://www.hping.org/visitors/
@@ -21,10 +21,10 @@ PLIST_FILES= bin/visitors
PORTDOCS= doc.html
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>