aboutsummaryrefslogtreecommitdiffstats
path: root/math/add/Makefile
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2013-12-10 12:56:34 +0800
committerculot <culot@FreeBSD.org>2013-12-10 12:56:34 +0800
commitcc671f82fbee5f45f4121b09ba60366aeefc5772 (patch)
treef563503b842a2975d23a760b08474e72f76d1547 /math/add/Makefile
parentacb3aa4768acbc22016377d97a7ea2069d4e7a30 (diff)
downloadfreebsd-ports-gnome-cc671f82fbee5f45f4121b09ba60366aeefc5772.tar.gz
freebsd-ports-gnome-cc671f82fbee5f45f4121b09ba60366aeefc5772.tar.zst
freebsd-ports-gnome-cc671f82fbee5f45f4121b09ba60366aeefc5772.zip
- Update to 20131208
- Support staging Changes: http://invisible-island.net/add/CHANGES
Diffstat (limited to 'math/add/Makefile')
-rw-r--r--math/add/Makefile15
1 files changed, 5 insertions, 10 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>