diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-16 11:10:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-16 11:10:19 +0000 |
commit | ed37fe7ed733337e53644c09af22879077ad7d61 (patch) | |
tree | cb5f97d7140daeebb209124ed6e0211181ee0228 /textproc/adabrowse | |
parent | 26f481332c6c79d20b24e4f93559855e69188250 (diff) |
Notes
Diffstat (limited to 'textproc/adabrowse')
-rw-r--r-- | textproc/adabrowse/Makefile | 1 | ||||
-rw-r--r-- | textproc/adabrowse/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/adabrowse/Makefile b/textproc/adabrowse/Makefile index b0c0df80068b..d052ada91fc9 100644 --- a/textproc/adabrowse/Makefile +++ b/textproc/adabrowse/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= asis>=2011:${PORTSDIR}/lang/asis USES= ada WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +PLIST_FILES= bin/adabrowse PORTDOCS= *.html *.css OPTIONS_DEFINE= DOCS diff --git a/textproc/adabrowse/pkg-plist b/textproc/adabrowse/pkg-plist deleted file mode 100644 index 31915397c9c9..000000000000 --- a/textproc/adabrowse/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/adabrowse |