diff options
Diffstat (limited to 'print/xpp/Makefile')
-rw-r--r-- | print/xpp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 3489d79c238..cbcad110eb7 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2002/08/25 21:50:35 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/09/18 23:55:51 jlam Exp $ -DISTNAME= xpp-1.0 +DISTNAME= xpp-1.1 PKGREVISION= 1 CATEGORIES= print x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/} @@ -16,9 +16,6 @@ GNU_CONFIGURE= # defined DOCDIR= ${PREFIX}/share/doc/xpp -pre-configure: - cd ${WRKSRC}; ${TOUCH} Makefile.in aclocal.m4 configure - post-install: ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR} |