Rename math/ patch-xy patches to reflect the files they modify.

This commit is contained in:
Adam Weinberger 2014-07-28 23:33:47 +00:00
parent 8e7fd48a29
commit a14c066872
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363276
62 changed files with 7 additions and 8 deletions

View file

@ -19,7 +19,7 @@ USE_XORG= x11 xpm
PLIST_FILES= bin/apc man/man1/apc.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/apc ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1/
${INSTALL_PROGRAM} ${WRKSRC}/apc ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

View file

@ -32,10 +32,10 @@ OPTIONS_DEFINE= PROFILE
.if ${PORT_OPTIONS:MPROFILE}
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
IGNORE = you have defined WITH_PROFILE, but have also defined\
IGNORE= you have defined WITH_PROFILE, but have also defined\
WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
.elif !exists(/usr/lib/libc_p.a)
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif
PLIST_FILES+= lib/libeispack_p.a
@ -43,7 +43,7 @@ PLIST_FILES+= lib/libeispack_p.a
MAKE_ENV+= NO_PROFILE=yes
.endif
SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \
SRCS= csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \
bandv.f bisect.f bqr.f cbabk2.f cbal.f cg.f ch.f cinvit.f combak.f \
comhes.f comlr.f comlr2.f comqr.f comqr2.f cortb.f corth.f elmbak.f \
elmhes.f eltran.f figi.f figi2.f hqr.f hqr2.f htrib3.f htribk.f \

View file

@ -22,6 +22,6 @@ PLIST_FILES= bin/geg \
man/man1/geg.1.gz
pre-configure:
@cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
@(cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal)
.include <bsd.port.mk>

View file

@ -7,12 +7,11 @@ PORTREVISION= 2
CATEGORIES= math print
MASTER_SITES= ftp://ftp.cs.utoronto.ca/pub/radford/
DISTNAME= xgraph-11
EXTRACT_SUFX= .tar.Z
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Program that helps you plot graphs
USES= imake
USES= imake tar:Z
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/${PORTNAME}