summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.openbsd
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-17 13:23:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-17 13:23:26 +0000
commit95ecd4c125ef302c5907485f4cabf41fc1c8c543 (patch)
tree91bb72bd4b0d771496023fdd1bd1f7e826312532 /Makefile.openbsd
parenta78f7ea60ac3b0e2c941afc20e674fe437317174 (diff)
downloadmandoc-95ecd4c125ef302c5907485f4cabf41fc1c8c543.tar.gz
mandoc-95ecd4c125ef302c5907485f4cabf41fc1c8c543.tar.zst
mandoc-95ecd4c125ef302c5907485f4cabf41fc1c8c543.zip
Removed automatic port generation, as the downstream versions should be used instead.
Diffstat (limited to 'Makefile.openbsd')
-rw-r--r--Makefile.openbsd22
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.openbsd b/Makefile.openbsd
deleted file mode 100644
index 12b5ef11..00000000
--- a/Makefile.openbsd
+++ /dev/null
@@ -1,22 +0,0 @@
-# $OpenBSD$
-
-COMMENT= mdoc macro compiler
-
-DISTNAME= mdocml-@VERSION@
-CATEGORIES= textproc
-
-HOMEPAGE= http://mdocml.bsd.lv/
-
-MAINTAINER= Kristaps Dzonsons <kristaps@kth.se>
-
-# BSD
-PERMIT_PACKAGE_CDROM= Yes
-PERMIT_PACKAGE_FTP= Yes
-PERMIT_DISTFILES_CDROM= Yes
-PERMIT_DISTFILES_FTP= Yes
-
-MASTER_SITES= http://mdocml.bsd.lv/snapshots/
-
-WANTLIB= c
-
-.include <bsd.port.mk>