Link cvsup-bin in the Makefile.
Update REQ file to latest version.
This commit is contained in:
parent
c7a9947de1
commit
70a98fddf2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.72 2000/06/02 13:47:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.73 2000/06/11 18:37:51 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
|
||||
#
|
||||
|
||||
@ -15,7 +15,8 @@
|
||||
SUBDIR += clog
|
||||
SUBDIR += curl
|
||||
# SUBDIR += cvsup
|
||||
# SUBDIR += cvsup-bin
|
||||
SUBDIR += cvsup-bin
|
||||
SUBDIR += cvsup-bin:no_x11
|
||||
# SUBDIR += cvsup-mirror
|
||||
# SUBDIR += delegate
|
||||
# SUBDIR += dgd
|
||||
|
@ -36,18 +36,21 @@ do_notice()
|
||||
# Verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname INSTALL" >&2
|
||||
echo "usage: $0 distname { INSTALL | DEINSTALL }" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
: nothing to de-install for this port
|
||||
;;
|
||||
INSTALL)
|
||||
do_notice
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname INSTALL" >&2
|
||||
echo "usage: $0 distname { INSTALL | DEINSTALL }" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user