diff options
Diffstat (limited to 'x11/x2x/Makefile')
-rw-r--r-- | x11/x2x/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/x2x/Makefile b/x11/x2x/Makefile index 426eaa32b2a..3b486001d5f 100644 --- a/x11/x2x/Makefile +++ b/x11/x2x/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:06:57 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/03 04:17:43 jschauma Exp $ DISTNAME= x2x-1.27 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.digital.com/pub/Digital/SRC/x2x/ \ ftp://ftp.digital.de/Digital/SRC/x2x/ @@ -14,7 +15,4 @@ USE_IMAKE= yes post-configure: (cd ${WRKSRC}; ${LN} -s x2x.1 x2x.man) -post-install: - (cd ${WRKSRC}; ${INSTALL_MAN} x2x.1 ${PREFIX}/man/man1) - .include "../../mk/bsd.pkg.mk" |