aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
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>