diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-11-12 21:04:56 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-11-12 21:04:56 +0000 |
commit | 959bd2763b3dd55cfb919bc4c119c01550b60252 (patch) | |
tree | b2c14fc3edf74b8635c27dd6269e1b2c40ad71ee /math/abs | |
parent | 10cf6cde5a548b69703753665de55d0318f1f9d2 (diff) | |
download | ports-959bd2763b3dd55cfb919bc4c119c01550b60252.tar.gz ports-959bd2763b3dd55cfb919bc4c119c01550b60252.zip |
Notes
Diffstat (limited to 'math/abs')
-rw-r--r-- | math/abs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index 321c6e2e8894..6e1b6116ae31 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -1,7 +1,7 @@ # New ports collection makefile for: abs # Version required: 0.5 # Date created: 20 January 1999 -# Whom: gmarco +# Whom: gmarco@giovannelli.it # # $FreeBSD$ # @@ -12,7 +12,7 @@ CATEGORIES= math MASTER_SITES= http://www.ping.be/bertin/ \ http://www.giovannelli.it/~gmarco/files/ -MAINTAINER= freebsd@scotty.masternet.it +MAINTAINER= gmarco@giovannelli.it LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |