1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix INDEX build

Pointy hat to:	me
This commit is contained in:
Kirill Ponomarev 2004-03-27 23:36:25 +00:00
parent 375f10916a
commit ff668bb1a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105458
2 changed files with 0 additions and 16 deletions

View File

@ -27,14 +27,6 @@ NO_CDROM= "No commercial redistribution"
IS_INTERACTIVE= yes
.endif
.if !defined(HAS_CRYPTO3)
HAS_CRYPTO3!= ldconfig -r | fgrep -q -- -lcrypto.3 && echo yes || echo no
.endif
.if ${HAS_CRYPTO3} != "yes"
IGNORE= This port requires libcrypto.3, upgrade base system or define HAS_CRYPTO3=yes to skip this test
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/AquaGatekeeper ${PREFIX}/sbin/
@${INSTALL_SCRIPT} ${FILESDIR}/agk.sh.sample ${PREFIX}/etc/rc.d/

View File

@ -27,14 +27,6 @@ NO_CDROM= "No commercial redistribution"
IS_INTERACTIVE= yes
.endif
.if !defined(HAS_CRYPTO3)
HAS_CRYPTO3!= ldconfig -r | fgrep -q -- -lcrypto.3 && echo yes || echo no
.endif
.if ${HAS_CRYPTO3} != "yes"
IGNORE= This port requires libcrypto.3, upgrade base system or define HAS_CRYPTO3=yes to skip this test
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/AquaGatekeeper ${PREFIX}/sbin/
@${INSTALL_SCRIPT} ${FILESDIR}/agk.sh.sample ${PREFIX}/etc/rc.d/