diff options
author | billf <billf@FreeBSD.org> | 1999-01-18 03:38:24 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-01-18 03:38:24 +0000 |
commit | 7e639646036133206d3b88f5ea8421853d1a0b0b (patch) | |
tree | 565152b17fe2b77b26cd27eda8ab4a31f040e9d7 /x11-wm | |
parent | 2a0dca546895fd3a874e416935d5132c8745443a (diff) | |
download | FreeBSD-ports-7e639646036133206d3b88f5ea8421853d1a0b0b.zip FreeBSD-ports-7e639646036133206d3b88f5ea8421853d1a0b0b.tar.gz |
Add NO_LATEST_LINK flag.
Requested By: asami
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/afterstep/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 7c91bf7..1856a3f 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.29 1999/01/03 11:52:23 asami Exp $ +# $Id: Makefile,v 1.30 1999/01/17 03:03:44 billf Exp $ # DISTNAME= AfterStep-1.6.6 @@ -25,6 +25,7 @@ MAN1= Animate.1x Audio.1x Auto.1x Banner.1x Cascade.1x Clean.1x \ Form.1x Ident.1x Pager.1x Save.1x Script.1x Scroll.1x Tile.1x \ Wharf.1x WinList.1x Zharf.1x afterstep.1x +NO_LATEST_LINK= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${X11BASE} diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index ed30871..520a5a7 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -3,7 +3,7 @@ # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.25 1999/01/11 05:03:10 steve Exp $ +# $Id: Makefile,v 1.26 1999/01/17 03:03:38 billf Exp $ # DISTNAME= AfterStep-1.0 @@ -19,6 +19,7 @@ MAINTAINER= jfitz@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +NO_LATEST_LINK= yes USE_X_PREFIX= yes INSTALL_TARGET= install install.man MANCOMPRESSED= yes |