diff options
author | will <will@FreeBSD.org> | 2000-04-16 09:50:44 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-16 09:50:44 +0800 |
commit | ec3bc10b7315079979002071b62a1bb139843c85 (patch) | |
tree | 2c20861873a0ba4d0057e522254752968d3d433a | |
parent | 5703834106b47c61c42527ef80dfd20026befed5 (diff) | |
download | freebsd-ports-gnome-ec3bc10b7315079979002071b62a1bb139843c85.tar.gz freebsd-ports-gnome-ec3bc10b7315079979002071b62a1bb139843c85.tar.zst freebsd-ports-gnome-ec3bc10b7315079979002071b62a1bb139843c85.zip |
Change do-build with blank target to blank ALL_TARGET.
PR: 18028
Submitted by: maintainer
-rw-r--r-- | misc/boxes/Makefile | 4 |
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 |