diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 20:55:56 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 20:55:56 +0000 |
commit | 26a425b21000e073b27f1657befcd4d8253b44b8 (patch) | |
tree | 14eaeac428312d9cd384b9236572552148faa7ae /Makefile.port | |
parent | cae3df3ebe37af1f8a19323e169f44e166a76a95 (diff) | |
download | mandoc-26a425b21000e073b27f1657befcd4d8253b44b8.tar.gz |
Port works.
Diffstat (limited to 'Makefile.port')
-rw-r--r-- | Makefile.port | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.port b/Makefile.port index 00f183c2..57120352 100644 --- a/Makefile.port +++ b/Makefile.port @@ -15,10 +15,10 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= http://mdocml.bsd.lv/ports-openbsd/ +MASTER_SITES= http://mdocml.bsd.lv/snapshots/ WANTLIB= c -NO_REGRESS= Yes +NO_REGRESS= No .include <bsd.port.mk> |