diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-14 16:58:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-14 16:58:42 +0000 |
commit | 6e4880c09ad6826b71648f2f14618c2bc0ef1411 (patch) | |
tree | c54a367bf59e35ac15e91bd2d209628ab75ce5f9 /devel/ddd/Makefile | |
parent | Revert debugging building option: no-debug is default unless (diff) |
o Update to 3.3.1
o Update WWW tag
Notes
Notes:
svn path=/head/; revision=59090
Diffstat (limited to 'devel/ddd/Makefile')
-rw-r--r-- | devel/ddd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 8497dcbc82b7..1690fc45b031 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -7,8 +7,7 @@ # PORTNAME= ddd -PORTVERSION= 3.3 -PORTREVISION= 0 +PORTVERSION= 3.3.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ddd @@ -22,6 +21,7 @@ CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}" \ USE_GMAKE= yes USE_XPM= yes USE_MOTIF= yes +PLIST_SUB= VERSION=${PORTVERSION} MAN1= ddd.1 |