diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-27 21:38:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-27 21:38:43 +0000 |
commit | e95ab830153d124252f146437c9cfb680e6dda2a (patch) | |
tree | 876092f282dee34da5959ff2586f3beb6afd7b2d /security/smap/Makefile | |
parent | 4669714bf11fa244b10799f2a4fa35ab8ba259b6 (diff) |
Notes
Diffstat (limited to 'security/smap/Makefile')
-rw-r--r-- | security/smap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/smap/Makefile b/security/smap/Makefile index 2d7872d37d3f..79021af88b97 100644 --- a/security/smap/Makefile +++ b/security/smap/Makefile @@ -8,6 +8,7 @@ PORTNAME= smap PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.wormulon.net/smap/ @@ -15,7 +16,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= SIP scanner and identifier PLIST_FILES= bin/smap share/smap/fingerprint.db -PLIST_DIRS= share/map +PLIST_DIRS= share/smap USE_GMAKE= yes |