diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-17 02:37:15 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-17 02:37:15 +0000 |
commit | 1e60866cc19e399726a715fe8f90de75614755d9 (patch) | |
tree | 919603a1bf324ecbe31827d6a9441e11e58f98a0 /x11-fonts | |
parent | Use the distfiles now on ftp.freebsd.org instead of from my home directory (diff) |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes:
svn path=/head/; revision=29658
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/p5-type1inst/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile index 092bd93264e3..896fe6c085d0 100644 --- a/x11-fonts/p5-type1inst/Makefile +++ b/x11-fonts/p5-type1inst/Makefile @@ -5,27 +5,26 @@ # $FreeBSD$ # -PORTNAME= p5-type1inst +PORTNAME= type1inst PORTVERSION= 0.6.1 CATEGORIES= x11-fonts perl5 -MASTER_SITES= $(MASTER_SITE_SUNSITE) +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR=X11/xutils -DISTNAME= type1inst-${PORTVERSION} +PKGNAMEPREFIX= p5- MAINTAINER= giffunip@asme.org -RUN_DEPENDS= $(X11BASE)/bin/mkfontdir:${PORTSDIR}/x11/XFree86 - USE_PERL5= yes +USE_XLIB= yes NO_BUILD= yes STRIP= -MANN= type1inst.n +MAN1= type1inst.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/type1inst ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/t1embed ${PREFIX}/bin - $(INSTALL_MAN) ${WRKSRC}/type1inst.man ${PREFIX}/man/mann/type1inst.n + ${INSTALL_MAN} ${WRKSRC}/type1inst.man ${PREFIX}/man/man1/type1inst.1 .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.type1inst .endif |