diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /devel/cxref | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) |
Notes
Diffstat (limited to 'devel/cxref')
-rw-r--r-- | devel/cxref/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index a756ccf98856..54b438089a68 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -3,24 +3,24 @@ # Date created: 23 October 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1996/10/24 07:59:56 tg Exp $ +# $Id: Makefile,v 1.2 1996/10/25 06:11:05 tg Exp $ # DISTNAME= cxref-1.2 PKGNAME= cxref-1.2b -CATEGORIES+= devel +CATEGORIES= devel MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/unix/tools/ EXTRACT_SUFX= .tgz PATCHFILES= cxref-1.2-1.2a.diff.gz cxref-1.2a-1.2b.diff.gz PATCH_SITES= ${MASTER_SITES} -PATCH_DIST_STRIP= -p1 MAINTAINER= tg@freebsd.org WRKSRC= ${WRKDIR}/cxref USE_GMAKE= yes ALL_TARGET= program +PATCH_DIST_STRIP= -p1 DOCDIR= ${PREFIX}/share/doc/cxref |