diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-27 00:58:28 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-27 00:58:28 +0000 |
commit | 64ce8153094d798e38f95117a5d65d66371b546b (patch) | |
tree | 8335d99f36360ee9f864ea4c196c600fe5fa8564 | |
parent | a636a7eabdc8278bde33d9470275222b787dd708 (diff) | |
download | ports-64ce8153094d798e38f95117a5d65d66371b546b.tar.gz ports-64ce8153094d798e38f95117a5d65d66371b546b.zip |
Notes
-rw-r--r-- | misc/instant-server/Makefile | 2 |
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> |