diff options
author | tv <tv> | 2005-01-20 19:01:12 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-20 19:01:12 +0000 |
commit | 90a7ef0d74759311fc749fa7a1d20ad4c99d09c5 (patch) | |
tree | 50893d9c4e120ac221761f3483769a87b791fdeb /textproc/cawf/Makefile | |
parent | b8eee4618c8dfaca94aad73e9eca189796a441a7 (diff) | |
download | pkgsrc-90a7ef0d74759311fc749fa7a1d20ad4c99d09c5.tar.gz |
Change HOMEPAGE to the value used in Jeremy Reed's pkgsrc-wip incarnation.
Remove .o files before building (...who needs MS-DOS .o's anyway?).
Diffstat (limited to 'textproc/cawf/Makefile')
-rw-r--r-- | textproc/cawf/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/cawf/Makefile b/textproc/cawf/Makefile index f0cdd455c3f..b6ae8ae5a8b 100644 --- a/textproc/cawf/Makefile +++ b/textproc/cawf/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2005/01/20 18:23:55 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/01/20 19:01:12 tv Exp $ # DISTNAME= cawf PKGNAME= cawf-4.10 CATEGORIES= textproc -MASTER_SITES= http://www.tux.org/pub/sites/vic.cc.purdue.edu/ +MASTER_SITES= ftp://vic.cc.purdue.edu/pub/ \ + http://www.tux.org/pub/sites/vic.cc.purdue.edu/ DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_SUFX= .zip MAINTAINER= tv@duh.org -HOMEPAGE= http://www.tux.org/pub/sites/vic.cc.purdue.edu/ +HOMEPAGE= ftp://vic.cc.purdue.edu/pub/cawf.README COMMENT= Simplistic nroff-like formatter in C, like "awf" WRKSRC= ${WRKDIR} @@ -21,6 +22,9 @@ USE_BUILDLINK3= yes CPPFLAGS+= -DUNIX -DUSG -DSTDLIB -DCAWFLIB='\"${PREFIX}/share/cawf\"' +post-extract: + ${RM} -f ${WRKSRC}/*.o + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsfilt ${WRKSRC}/cawf ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/*.1 ${PREFIX}/man/man1/ |