diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-06-12 20:49:20 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-06-12 20:49:20 +0000 |
commit | 239ccf532808987fc39b25dc284239f1a792e394 (patch) | |
tree | f6a7269b76624d2b8ffceb3524b13129fb1761c4 /devel/xwpe/Makefile | |
parent | 78f0cef3fcd3b9f665af9a2e70577b33efdb9099 (diff) | |
download | ports-239ccf532808987fc39b25dc284239f1a792e394.tar.gz ports-239ccf532808987fc39b25dc284239f1a792e394.zip |
Notes
Diffstat (limited to 'devel/xwpe/Makefile')
-rw-r--r-- | devel/xwpe/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/xwpe/Makefile b/devel/xwpe/Makefile index ec51f67f8f28..cf628ac4e640 100644 --- a/devel/xwpe/Makefile +++ b/devel/xwpe/Makefile @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: xwpe -# Version required: 1.6.2 +# Version required: 1.5.18a # Date created: Fri Jan 24, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.7 1998/11/10 03:11:22 obrien Exp $ +# $Id: Makefile,v 1.8 1999/02/28 10:00:07 obrien Exp $ # -DISTNAME= xwpe-1.5.16a +DISTNAME= xwpe-1.5.18a CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.rpi.edu/~payned/xwpe/ \ - ftp://identical.stu.rpi.edu/pub/linux/xwpe/ + ftp://identicalsoftware.com/pub/linux/xwpe/ MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= obrien@FreeBSD.org @@ -25,11 +25,11 @@ CONFIGURE_ENV= LD_LIBRARY_PATH="${X11BASE}/lib" USE_GMAKE= yes ALL_TARGET= MAN1= xwpe.1 +MLINKS= xwpe.1 xwe.1 \ + xwpe.1 wpe.1 \ + xwpe.1 we.1 post-install: @strip ${PREFIX}/bin/xwpe - @(cd ${PREFIX}/man/man1 ; \ - for mp in xwe.1 wpe.1 we.1 ; \ - do ${RM} -f $$mp ; ln -sf xwpe.1.gz $$mp.gz ; done ) .include <bsd.port.mk> |