diff options
Diffstat (limited to 'textproc/add-css-links/Makefile')
-rw-r--r-- | textproc/add-css-links/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/textproc/add-css-links/Makefile b/textproc/add-css-links/Makefile deleted file mode 100644 index 96b381fe656a..000000000000 --- a/textproc/add-css-links/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= add-css-links -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= http://aaronland.info/xsl/xhtml/add-css-links/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Add one or more CSS <link> elements to an XHTML document -WWW= https://aaronland.info/xsl/xhtml/add-css-links - -DEPRECATED= Obsolete and unmaintained in tree for years -EXPIRATION_DATE=2025-04-30 - -NO_BUILD= yes -WRKSRC= ${WRKDIR}/xhtml - -PLIST_FILES= share/xsl/xhtml/add-css-links.xsl - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/xhtml - ${CP} ${WRKSRC}/*.xsl ${STAGEDIR}${PREFIX}/share/xsl/xhtml/ - -.include <bsd.port.mk> |