aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-04-16 01:50:44 +0000
committerWill Andrews <will@FreeBSD.org>2000-04-16 01:50:44 +0000
commit0608f8aae55cf9a194e21ddd81f4ee80a01a9c97 (patch)
tree128e6e83eb16be6842804da69c2fcac2ce3a1706
parent10231b1c63e6b9f0a14eea2715b840c1da9dc564 (diff)
downloadports-0608f8aae55cf9a194e21ddd81f4ee80a01a9c97.tar.gz
ports-0608f8aae55cf9a194e21ddd81f4ee80a01a9c97.zip
Change do-build with blank target to blank ALL_TARGET.
PR: 18028 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=27625
-rw-r--r--misc/boxes/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile
index 6485a558b219..1336e6664815 100644
--- a/misc/boxes/Makefile
+++ b/misc/boxes/Makefile
@@ -17,9 +17,7 @@ MAINTAINER= patseal@hyperhost.net
MAN1= boxes.1
USE_GMAKE= yes
-
-do-build:
- cd $(WRKSRC); $(GMAKE)
+ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/boxes ${PREFIX}/bin