summaryrefslogtreecommitdiffstats
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
commitb406b0c05bab11c3c0f33814094762ef78aa4f0e (patch)
treef96c383259a09478533ca5f45da9a0cb62f7908a /Makefile.openbsd
parent5b36c2d81f09cf709b03ffaf2174f9d15cded999 (diff)
downloadmandoc-b406b0c05bab11c3c0f33814094762ef78aa4f0e.tar.gz
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>