diff options
author | joerg <joerg> | 2012-03-14 23:15:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-03-14 23:15:16 +0000 |
commit | dba7f5790008873ac54c22e8dfe827fe5a521d56 (patch) | |
tree | 307512c46922bd396c0f49a4beaf7a5c20ff4fe9 /mail/safecat/Makefile | |
parent | e3f77d0c3160ef3722f9cceafff391fe332c509b (diff) | |
download | pkgsrc-dba7f5790008873ac54c22e8dfe827fe5a521d56.tar.gz |
Don't install cat pages. Bump revision.
Diffstat (limited to 'mail/safecat/Makefile')
-rw-r--r-- | mail/safecat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/safecat/Makefile b/mail/safecat/Makefile index 1d1aa42be01..22398b85a91 100644 --- a/mail/safecat/Makefile +++ b/mail/safecat/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2010/02/26 10:28:32 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/03/14 23:16:29 joerg Exp $ # DISTNAME= safecat-1.13 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://jeenyus.net/~budney/linux/software/safecat/ @@ -13,10 +14,8 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -USE_TOOLS+= nroff - DJB_RESTRICTED= NO -DJB_BUILD_TARGETS= install instcheck +BUILD_TARGETS= install instcheck DJB_CONFIG_HOME= conf-root MAKE_FLAGS+= DESTDIR=${DESTDIR:Q} |