diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-01 14:35:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-01 14:35:47 +0000 |
commit | 7099aa7a420dc9f40bdb3b591da83b9a385b7f75 (patch) | |
tree | 09f84d7b421b9444a103c2fc9745e8ae320f9188 /sysutils/apcupsd/Makefile | |
parent | 0734787acd4d2f2104b54737730888884ade2641 (diff) |
Notes
Diffstat (limited to 'sysutils/apcupsd/Makefile')
-rw-r--r-- | sysutils/apcupsd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 19eeb1af811a..d66fafe652eb 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -4,10 +4,10 @@ # # $FreeBSD$ # -# $Tecnik: ports/sysutils/apcupsd/Makefile,v 1.7 2006/04/20 16:43:54 itetcu Exp $ +# $Tecnik: ports/sysutils/apcupsd/Makefile,v 1.9 2006/04/30 11:36:52 itetcu Exp $ PORTNAME= apcupsd -PORTVERSION= 3.12.2 +PORTVERSION= 3.12.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:src_sf/g} \ http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/:src_bk \ @@ -44,6 +44,7 @@ OPTIONS+= USB "Compile with USB Support (READ MANUAL!)" on OPTIONS+= SNMP "Compile with SNMP Support (READ MANUAL!)" on OPTIONS+= PTHREADS "Compile without pthreads support (READ MANUAL!)" off +IGNOREFILES= ${PORTNAME}.pdf PORTDOCS= ${PORTNAME}.pdf .include <bsd.port.pre.mk> |