diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-16 14:50:49 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-16 14:50:49 +0800 |
commit | 530dc3a644becb5c8e6b5aa1e8500249552218fe (patch) | |
tree | 09f8247638eb3104d6a8b34c53ecf87c196e6a09 /math/add/Makefile | |
parent | 8397a19ae99f50db0c5ca3daea49c14bb8e43cb6 (diff) | |
download | freebsd-ports-gnome-530dc3a644becb5c8e6b5aa1e8500249552218fe.tar.gz freebsd-ports-gnome-530dc3a644becb5c8e6b5aa1e8500249552218fe.tar.zst freebsd-ports-gnome-530dc3a644becb5c8e6b5aa1e8500249552218fe.zip |
- Update to 20070214
- Pass maintainership to submitter
- Current additional documents are not useful, so don't install them.
PR: ports/109217
Submitted by: Martin Tournoij <carpetsmoker at xs4all.nl>
Diffstat (limited to 'math/add/Makefile')
-rw-r--r-- | math/add/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/math/add/Makefile b/math/add/Makefile index d41f058d4b4e..67c98425be7b 100644 --- a/math/add/Makefile +++ b/math/add/Makefile @@ -6,21 +6,19 @@ # PORTNAME= add -PORTVERSION= 20021229 +PORTVERSION= 20070214 CATEGORIES= math -MASTER_SITES= ftp://dickey.his.com/add/ +MASTER_SITES= ftp://dickey.his.com/add/ \ + http://www.carpetsmoker.net/distfiles/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= carpetsmoker@xs4all.nl COMMENT= Full-screen editing calculator -WRKSRC= ${WRKDIR}/${PORTNAME}-t${PORTVERSION} - GNU_CONFIGURE= yes MAKEFILE= makefile MAN1= add.1 -PORTDOCS= CHANGES README PLIST_FILES= bin/add %%DATADIR%%/add.hlp PLIST_DIRS= %%DATADIR%% @@ -29,11 +27,5 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/add.1 ${MANPREFIX}/man/man1 @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/add.hlp ${DATADIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in CHANGES README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif .include <bsd.port.mk> |