aboutsummaryrefslogtreecommitdiff
path: root/misc/instant-server
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-05-27 00:58:28 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-05-27 00:58:28 +0000
commit64ce8153094d798e38f95117a5d65d66371b546b (patch)
tree8335d99f36360ee9f864ea4c196c600fe5fa8564 /misc/instant-server
parenta636a7eabdc8278bde33d9470275222b787dd708 (diff)
downloadports-64ce8153094d798e38f95117a5d65d66371b546b.tar.gz
ports-64ce8153094d798e38f95117a5d65d66371b546b.zip
Fix my previous commit by adding an empty do-install target.
Reported by: kris Remove the need for a distfile, since it was virtually empty anyway. Approved by: grog (maintainer)
Notes
Notes: svn path=/head/; revision=163567
Diffstat (limited to 'misc/instant-server')
-rw-r--r--misc/instant-server/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile
index 33074c985f76..ae7940e974b6 100644
--- a/misc/instant-server/Makefile
+++ b/misc/instant-server/Makefile
@@ -35,4 +35,6 @@ NO_BUILD= yes
postinstall:
cd ${PORTSDIR}/mail/postfix; make replace
+do-install:
+
.include <bsd.port.mk>