diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-10 03:05:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-10 03:05:09 +0000 |
commit | d6fc72c171b9e6decd16af3e04c0633bcac159a1 (patch) | |
tree | b3d52229abd400708ff7ca1c7398e8b98cd0bcc2 /devel/understand_c/Makefile | |
parent | Upgrade to 0.78. (diff) |
- Update to version 1.4 Build 111
- Add a MASTER_SITE that will help with non most up to date port
versions
- Update PLIST (typo in last rev)
Submitted by: Patrick Li <pat@databits.net>, bento
Diffstat (limited to 'devel/understand_c/Makefile')
-rw-r--r-- | devel/understand_c/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/understand_c/Makefile b/devel/understand_c/Makefile index 8ae0374cb1af..02a7e8d068ff 100644 --- a/devel/understand_c/Makefile +++ b/devel/understand_c/Makefile @@ -6,10 +6,11 @@ # PORTNAME= understand_c -PORTVERSION= 1.4.110 +PORTVERSION= 1.4.111 PORTEPOCH= 1 CATEGORIES= devel linux -MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/latest/ +MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/ +MASTER_SITE_SUBDIR= latest pastbuilds DISTNAME= und_c-14b${PORTVERSION:E}-linux MAINTAINER= lioux@FreeBSD.org |