diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-22 21:51:59 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-22 21:51:59 +0000 |
commit | 8992202df7c6679c3de6707a759de0f72ca794b3 (patch) | |
tree | d1bfff7911153b338c689acbc93f44bb2ea9d84e /www/mathopd/Makefile | |
parent | e6329cf585d9291ffd019ee830bb7d7950072ff2 (diff) | |
download | ports-8992202df7c6679c3de6707a759de0f72ca794b3.tar.gz ports-8992202df7c6679c3de6707a759de0f72ca794b3.zip |
Notes
Diffstat (limited to 'www/mathopd/Makefile')
-rw-r--r-- | www/mathopd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mathopd/Makefile b/www/mathopd/Makefile index 2236fc38c054..9aca212fe6a3 100644 --- a/www/mathopd/Makefile +++ b/www/mathopd/Makefile @@ -1,20 +1,18 @@ # New ports collection makefile for: mathopd HTTPD -# Version required: 1.3 +# Version required: 1.3pl4 # Date created: Sun Oct 31 1999 # Whom: tobez@plab.ku.dk # # $FreeBSD$ # -DISTNAME= mathopd-1.3pl2 +DISTNAME= mathopd-1.3pl4 CATEGORIES= www MASTER_SITES= http://mathop.diva.nl/dist/ \ ftp://ftp.prima.eu.org/pub/mirrored_files/mathop.diva.nl/ MAINTAINER= tobez@plab.ku.dk -WRKSRC= ${WRKDIR}/mathopd - post-install: @${INSTALL_DATA} ${FILESDIR}/mathopd.conf.sample ${PREFIX}/etc .if !defined(NOPORTDOCS) |