aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2003-02-17 13:21:01 +0800
committeralane <alane@FreeBSD.org>2003-02-17 13:21:01 +0800
commite01083420c16b4cad00cb08acc90ec64c43fdb42 (patch)
treed24b0a873204cd14133b621b3da194750496b54e /net
parentda104bd28bb89bda2680cd35c0845d9655669c91 (diff)
downloadfreebsd-ports-gnome-e01083420c16b4cad00cb08acc90ec64c43fdb42.tar.gz
freebsd-ports-gnome-e01083420c16b4cad00cb08acc90ec64c43fdb42.tar.zst
freebsd-ports-gnome-e01083420c16b4cad00cb08acc90ec64c43fdb42.zip
Do not fail if BATCH is defined.
Diffstat (limited to 'net')
-rw-r--r--net/cvsupit/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile
index f2c382c3b63e..3d87fc3794be 100644
--- a/net/cvsupit/Makefile
+++ b/net/cvsupit/Makefile
@@ -28,4 +28,12 @@ do-install:
@${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
+.if defined(NO_INSTALL)
+generate-plist:
+ ${DO_NADA}
+process-plist:
+ ${DO_NADA}
+.endif # defined(NO_INSTALL)
+
+
.include <bsd.port.mk>