diff options
author | asami <asami@FreeBSD.org> | 1995-08-08 18:35:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-08 18:35:06 +0800 |
commit | a0f397d0430ae2231eb34198beb6fc6daf474d85 (patch) | |
tree | a1cb1a4f9817a621439837d5ab80fde97b878608 | |
parent | 84d2dad7ca24787c31a4c5b238f424a4e69ff9a8 (diff) | |
download | freebsd-ports-gnome-a0f397d0430ae2231eb34198beb6fc6daf474d85.tar.gz freebsd-ports-gnome-a0f397d0430ae2231eb34198beb6fc6daf474d85.tar.zst freebsd-ports-gnome-a0f397d0430ae2231eb34198beb6fc6daf474d85.zip |
fvwm couldn't compile because "make Makefiles" was removed from
bsd.port.mk. This patch fixes it by adding "ALL_TARGETS=Makefile all".
Submitted by: torstenb@ramsey.saar.de (Torsten Blum)
-rw-r--r-- | x11-wm/fvwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index 4d48055dc78b..e7bbc4c81f48 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 12 May 1995 # Whom: me # -# $Id: Makefile,v 1.17 1995/05/13 03:13:07 asami Exp $ +# $Id: Makefile,v 1.18 1995/05/30 09:54:14 asami Exp $ # DISTNAME= fvwm-1.24r @@ -16,6 +16,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes XMKMF= xmkmf +ALL_TARGET= Makefiles all post-install: @mkdir -p ${PREFIX}/include/X11/pixmaps |