diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-10 21:32:56 +0000 |
commit | ad744288184799669b3c6ed466204cf2079b8596 (patch) | |
tree | 13e685282822b31367902839f70a41b95b4c74f8 /mail/majordomo | |
parent | 434fa1088358e4bc14f819c97fa4beadf7ea1900 (diff) | |
download | ports-ad744288184799669b3c6ed466204cf2079b8596.tar.gz ports-ad744288184799669b3c6ed466204cf2079b8596.zip |
Notes
Diffstat (limited to 'mail/majordomo')
-rw-r--r-- | mail/majordomo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 93415b4c0ae1..1719503f3aba 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -3,15 +3,14 @@ # Date created: 23 October 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1996/07/20 01:39:21 asami Exp $ +# $Id: Makefile,v 1.2 1996/10/26 18:21:06 jfitz Exp $ # DISTNAME= majordomo-1.94 -CATEGORIES+= mail +CATEGORIES= mail MASTER_SITES= ftp://ftp.greatcircle.com/pub/majordomo/ \ ftp://ftp.sgi.com/other/majordomo/ \ ftp://ftp-europe.sgi.com/other/majordomo/ - EXTRACT_SUFX= .tar.Z MAINTAINER= jfitz@FreeBSD.ORG @@ -19,7 +18,6 @@ MAINTAINER= jfitz@FreeBSD.ORG # Needs to create a user and group IS_INTERACTIVE= yes NO_PACKAGE= yes - ALL_TARGET= wrapper INSTALL_TARGET= install install-wrapper |