aboutsummaryrefslogtreecommitdiff
path: root/x11/kde3/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-07-21 05:16:18 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-07-21 05:16:18 +0000
commit87ed555743b66807fe8d3b585681f5de34959997 (patch)
tree9f9a53e750417851c1baf79a764d3215f4f94f38 /x11/kde3/Makefile
parent3461398d00bb33d5a9c2afd521ee716d6fabdff5 (diff)
downloadports-87ed555743b66807fe8d3b585681f5de34959997.tar.gz
ports-87ed555743b66807fe8d3b585681f5de34959997.zip
If user invokes make with 'package' as the target, then make the packages
for the dependencies, too, to follow POLA; it is surprising to get no pkg but an empty one containing meta-information (dependencies). Approved by: will
Notes
Notes: svn path=/head/; revision=63304
Diffstat (limited to 'x11/kde3/Makefile')
-rw-r--r--x11/kde3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile
index d37028043921..af2af0cd245c 100644
--- a/x11/kde3/Makefile
+++ b/x11/kde3/Makefile
@@ -24,6 +24,10 @@ RUN_DEPENDS= kjumpingcube:${PORTSDIR}/games/kdegames3 \
USE_KDEBASE_VER=3
NO_BUILD= yes
+.if make(package)
+DEPENDS_TARGET="package"
+.endif
+
do-install: # empty
.include <bsd.port.mk>