diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-12 16:32:17 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-12 16:32:17 +0000 |
commit | f2650e59328f62fea7ca8567ae7bea10be6f48bc (patch) | |
tree | e21c9eab216a45b84d4afb35cc0e43c24a073cd5 /misc/documancer | |
parent | a1f1642c37d0959f854316eb4f0ea0cf24ab0705 (diff) | |
download | ports-f2650e59328f62fea7ca8567ae7bea10be6f48bc.tar.gz ports-f2650e59328f62fea7ca8567ae7bea10be6f48bc.zip |
Notes
Diffstat (limited to 'misc/documancer')
-rw-r--r-- | misc/documancer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile index b751e7c5fcff..ae5ece32f817 100644 --- a/misc/documancer/Makefile +++ b/misc/documancer/Makefile @@ -13,9 +13,11 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A programmer's documentation reader +DEPRECATED= Unmaintained upstream + BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \ swish-e:${PORTSDIR}/www/swish-e RUN_DEPENDS= ${BUILD_DEPENDS} |