diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-08 17:53:50 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-08 17:53:50 +0800 |
commit | ec23753390bc83ff1b176ffa451ed336c641b277 (patch) | |
tree | fb841ef36062901e843c4727c5fdc9fec4528c73 /math | |
parent | 46a4e52ee79ecf278792fe9b9def925a72b54fa6 (diff) | |
download | freebsd-ports-gnome-ec23753390bc83ff1b176ffa451ed336c641b277.tar.gz freebsd-ports-gnome-ec23753390bc83ff1b176ffa451ed336c641b277.tar.zst freebsd-ports-gnome-ec23753390bc83ff1b176ffa451ed336c641b277.zip |
- Chase x11-toolkits/xforms shlib bump
- Bump PORTREVISION
- STAGE-clean here and there
Diffstat (limited to 'math')
-rw-r--r-- | math/apc/Makefile | 4 | ||||
-rw-r--r-- | math/xldlas/Makefile | 17 | ||||
-rw-r--r-- | math/xldlas/pkg-plist | 1 |
3 files changed, 10 insertions, 12 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index 8d4d7a200041..fe02459b3471 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -3,7 +3,7 @@ PORTNAME= apc PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= arved MAINTAINER= ports@FreeBSD.org COMMENT= An xforms based Auto Payment Calculator -LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms USE_XORG= x11 xpm MAN1= apc.1 diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 7a0607e0e014..b66fb64b377f 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -3,26 +3,23 @@ PORTNAME= xldlas PORTVERSION= 0.85 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/visualization EXTRACT_SUFX= -source.tgz MAINTAINER= ports@FreeBSD.org -COMMENT= An XForms-based statistics package +COMMENT= XForms-based statistics package -LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/xldlas -MAN1= xldlas.1 - -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${PREFIX}/man/man1 - ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/help ${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${STAGEDIR}${PREFIX}/man/man1 + ${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} -R ${WRKSRC}/help ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/math/xldlas/pkg-plist b/math/xldlas/pkg-plist index c84984849407..ddb2174c3b21 100644 --- a/math/xldlas/pkg-plist +++ b/math/xldlas/pkg-plist @@ -1,4 +1,5 @@ bin/xldlas +man/man1/xldlas.1.gz %%DATADIR%%/help/analysis.help %%DATADIR%%/help/data.help %%DATADIR%%/help/file.help |