aboutsummaryrefslogtreecommitdiff
path: root/net/csocks
diff options
context:
space:
mode:
authorAlexander Logvinov <avl@FreeBSD.org>2009-07-01 23:24:05 +0000
committerAlexander Logvinov <avl@FreeBSD.org>2009-07-01 23:24:05 +0000
commit0ac726132ac50e189da9670787d6573617082f23 (patch)
tree96b6a7cbb95eb7aa820d7ca54a10cd0f23e99c07 /net/csocks
parente1d2ccfcfbbc180e7f1f060c94e8edf83aebfe40 (diff)
downloadports-0ac726132ac50e189da9670787d6573617082f23.tar.gz
ports-0ac726132ac50e189da9670787d6573617082f23.zip
Notes
Diffstat (limited to 'net/csocks')
-rw-r--r--net/csocks/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/csocks/Makefile b/net/csocks/Makefile
index 75f640b34353..37daf9b7313a 100644
--- a/net/csocks/Makefile
+++ b/net/csocks/Makefile
@@ -1,7 +1,9 @@
# New ports collection makefile for: csocks
# Date created: 06 August 2007
# Whom: Raffaele De Lorenzo - raffaele.delorenzo@libero.it
+#
# $FreeBSD$
+#
PORTNAME= csocks
PORTVERSION= 1.5
@@ -13,8 +15,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= raffaele.delorenzo@libero.it
COMMENT= SOCKS Client v4/v5 RFC Compliant with many features
-ONLY_FOR_ARCHS= i386
-
PLIST_FILES= etc/csocks.conf.sample lib/libcsocks.so lib/libcsocks.so.1 bin/csocks
WRKSRC= ${WRKDIR}/src
@@ -33,4 +33,5 @@ do-install:
${CP} -p ${WRKDIR}/csocks.conf ${PREFIX}/etc/csocks.conf.sample
${CP} -p ${WRKDIR}/man/csocks.1.gz ${MANPREFIX}/man/man1
${CP} -p ${WRKDIR}/man/csocks.conf.5.gz ${MANPREFIX}/man/man5
+
.include <bsd.port.mk>