aboutsummaryrefslogtreecommitdiff
path: root/math/add
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2013-12-10 04:56:34 +0000
committerFrederic Culot <culot@FreeBSD.org>2013-12-10 04:56:34 +0000
commitd57a69a280d3cbd1a123c88f721639073c49b07e (patch)
treef563503b842a2975d23a760b08474e72f76d1547 /math/add
parent537486709313990fb18803b3fa4b0ffdb74ae578 (diff)
downloadports-d57a69a280d3cbd1a123c88f721639073c49b07e.tar.gz
ports-d57a69a280d3cbd1a123c88f721639073c49b07e.zip
- Update to 20131208
- Support staging Changes: http://invisible-island.net/add/CHANGES
Notes
Notes: svn path=/head/; revision=336046
Diffstat (limited to 'math/add')
-rw-r--r--math/add/Makefile15
-rw-r--r--math/add/distinfo4
-rw-r--r--math/add/pkg-plist4
3 files changed, 11 insertions, 12 deletions
diff --git a/math/add/Makefile b/math/add/Makefile
index c2954d4eea90..709f705e30c5 100644
--- a/math/add/Makefile
+++ b/math/add/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= add
-PORTVERSION= 20130226
+PORTVERSION= 20131208
CATEGORIES= math
MASTER_SITES= ftp://dickey.his.com/add/
EXTRACT_SUFX= .tgz
@@ -13,15 +13,10 @@ COMMENT= Full-screen editing calculator
GNU_CONFIGURE= yes
MAKEFILE= makefile
-MAN1= add.1
-PLIST_FILES= bin/add %%DATADIR%%/add.hlp
-PLIST_DIRS= %%DATADIR%%
-
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/add ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/add.1 ${MANPREFIX}/man/man1
- @${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/add.hlp ${DATADIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/add ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/add.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/add.hlp ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
diff --git a/math/add/distinfo b/math/add/distinfo
index 8c0000d66a75..38866524da08 100644
--- a/math/add/distinfo
+++ b/math/add/distinfo
@@ -1,2 +1,2 @@
-SHA256 (add-20130226.tgz) = 9bb48038278e601dcc58ff06cb11c05a7f5c68828681f7ca1da4919805fa54e4
-SIZE (add-20130226.tgz) = 142458
+SHA256 (add-20131208.tgz) = dd0bad232f5d3db6c4b69e4379ef107634d436cafe4ebab6f16524e5a3e7a002
+SIZE (add-20131208.tgz) = 143433
diff --git a/math/add/pkg-plist b/math/add/pkg-plist
new file mode 100644
index 000000000000..67adfa06ffe3
--- /dev/null
+++ b/math/add/pkg-plist
@@ -0,0 +1,4 @@
+bin/add
+man/man1/add.1.gz
+%%DATADIR%%/add.hlp
+@dirrmtry %%DATADIR%%