diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-30 17:03:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-30 17:03:38 +0000 |
commit | 5833943e79a5398117d17313c76acd53ab843d57 (patch) | |
tree | 05bcbd5baa22c73c213397e5110d2a6279377442 /editors/conglomerate/Makefile | |
parent | 753f9e5735455268f7aeb33e1738c672cb9a972c (diff) |
Fix a potential NULL pointer dereference.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=83908
Diffstat (limited to 'editors/conglomerate/Makefile')
-rw-r--r-- | editors/conglomerate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 407af43126a2..5ec1f81653fd 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -6,6 +6,7 @@ PORTNAME= conglomerate PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |