aboutsummaryrefslogtreecommitdiff
path: root/www/ssserver
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:08:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:08:39 +0000
commit4d5623ea35be1700ed738b3434c31b6e40943604 (patch)
tree9811a15ac44a1c22adc82f032496ba3c52a709f6 /www/ssserver
parent0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (diff)
downloadports-4d5623ea35be1700ed738b3434c31b6e40943604.tar.gz
ports-4d5623ea35be1700ed738b3434c31b6e40943604.zip
Notes
Diffstat (limited to 'www/ssserver')
-rw-r--r--www/ssserver/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/ssserver/Makefile b/www/ssserver/Makefile
index ac7172b132df..58b50b1e6e07 100644
--- a/www/ssserver/Makefile
+++ b/www/ssserver/Makefile
@@ -13,17 +13,13 @@ MASTER_SITES= http://www.kryltech.com/download/FreeBSD.x86.3/
MAINTAINER= support@kryltech.com
COMMENT= Adds the search capability to a Web site
+LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x
+
ONLY_FOR_ARCHS= i386
NO_BUILD= yes
INSTALL_RWDATA= ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 400000
-LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x
-.endif
-
do-install:
@${MKDIR} ${PREFIX}/www/cgi-bin/ssserverdata
@${INSTALL_PROGRAM} ${WRKSRC}/ssserver ${PREFIX}/www/cgi-bin
@@ -89,4 +85,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>