diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-04-06 01:43:56 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-04-06 01:43:56 +0800 |
commit | 09e1aa73e730f9c179439604e56d715aade7f13a (patch) | |
tree | 71ed903a0fe98515b631eee7260d0222ec65b6b7 | |
parent | 056e578b89b14374bab7c67d23e4e184c30548f0 (diff) | |
download | freebsd-ports-graphics-09e1aa73e730f9c179439604e56d715aade7f13a.tar.gz freebsd-ports-graphics-09e1aa73e730f9c179439604e56d715aade7f13a.tar.zst freebsd-ports-graphics-09e1aa73e730f9c179439604e56d715aade7f13a.zip |
Update port to 1.1.2.
-rw-r--r-- | math/grpn/Makefile | 5 | ||||
-rw-r--r-- | math/grpn/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile index a3a1b821589..7a0fcccc18a 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grpn -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= math MASTER_SITES= http://lashwhip.com/grpn/ @@ -17,7 +17,10 @@ USE_GTK= yes ALL_TARGET= +MAN1= grpn.1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/grpn.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/math/grpn/distinfo b/math/grpn/distinfo index 8cc21453051..a622f076edf 100644 --- a/math/grpn/distinfo +++ b/math/grpn/distinfo @@ -1 +1 @@ -MD5 (grpn-1.1.1.tar.gz) = 5f710560fa1500c2f9774179fdc0b6a6 +MD5 (grpn-1.1.2.tar.gz) = a602f1e4dd3138ba2fe745e14b217039 |