diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-05-26 09:17:51 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-05-26 09:17:51 +0800 |
commit | 14b3ad5b8dd086504cf0487362ee08f540eb4bd6 (patch) | |
tree | d45d6a543e1325e1f4bad19f5c28b145a6f110f4 /misc | |
parent | 9864535d1b9f5c25d1ae78023b5ff5abf4902c3f (diff) | |
download | freebsd-ports-graphics-14b3ad5b8dd086504cf0487362ee08f540eb4bd6.tar.gz freebsd-ports-graphics-14b3ad5b8dd086504cf0487362ee08f540eb4bd6.tar.zst freebsd-ports-graphics-14b3ad5b8dd086504cf0487362ee08f540eb4bd6.zip |
Remove the need for a distfile, since it was virtually empty anyway.
Approved by: grog (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-server/Makefile | 6 | ||||
-rw-r--r-- | misc/instant-server/distinfo | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index 204a28cb9d0..33074c985f7 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -9,8 +9,8 @@ PORTNAME= instant-server PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= ftp://ftp.lemis.com/pub/ -MASTER_SITE_SUBDIR= pub/instant-server +MASTER_SITES= # Empty +DISTFILES= # None MAINTAINER= grog@lemis.com COMMENT= Instant server installs a typical set of ports for a server @@ -27,8 +27,8 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ # Don't let stupid programs ask for configuration. BATCH= YES -NO_WRKSUBDIR= YES APACHE_COMPAT= YES +NO_BUILD= yes # comms/hylafax irc/ircd-hybrid diff --git a/misc/instant-server/distinfo b/misc/instant-server/distinfo deleted file mode 100644 index 913f8080e5d..00000000000 --- a/misc/instant-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (instant-server-1.0.tar.gz) = 3d416bfb3be5e83b6fd5d6ecd4801bc5 -SHA256 (instant-server-1.0.tar.gz) = 9ee1a7a3081a891f53a7b709bf740d6cdd5e387a8174f8a13fef09d90975437b -SIZE (instant-server-1.0.tar.gz) = 142 |