aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.freebsd
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.freebsd
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.freebsd')
-rw-r--r--Makefile.freebsd22
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.freebsd b/Makefile.freebsd
deleted file mode 100644
index 8d3b1e51..00000000
--- a/Makefile.freebsd
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: textproc/mdocml
-# Date created: 09.03.2009
-# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mdocml
-PORTVERSION= @VERSION@
-CATEGORIES= textproc
-MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
- https://www.spoerlein.net/pub/mdocml/
-
-MAINTAINER= uspoerlein@gmail.com
-COMMENT= mdoc macro compiler
-
-MAN1= mandoc.1
-MAN7= mdoc.7
-
-PLIST_FILES= bin/mandoc
-
-.include <bsd.port.mk>