aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.netbsd
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.netbsd
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.netbsd')
-rw-r--r--Makefile.netbsd17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.netbsd b/Makefile.netbsd
deleted file mode 100644
index ab2068cb..00000000
--- a/Makefile.netbsd
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-DISTNAME= mdocml-@VERSION@
-CATEGORIES= textproc
-MASTER_SITES= http://mdocml.bsd.lv/snapshots/
-
-MAINTAINER= kristaps@kth.se
-HOMEPAGE= http://mdocml.bsd.lv/
-COMMENT= mdoc macro compiler
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} \
- MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \
- INSTALL_PROGRAM=${INSTALL_PROGRAM:Q}
-
-.include "../../mk/bsd.pkg.mk"