diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-19 17:39:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-19 17:39:55 +0000 |
commit | 7020cc701420cba55372d1ffc79d38715b6bfb28 (patch) | |
tree | 57c0379ea59a2c1de21307cd96544d7b2d5c5d0d /x11 | |
parent | 6cbffb1a62b0ad80e6f1563d678ddcddbdeb7ffb (diff) | |
download | ports-7020cc701420cba55372d1ffc79d38715b6bfb28.tar.gz ports-7020cc701420cba55372d1ffc79d38715b6bfb28.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdialog/Makefile | 12 | ||||
-rw-r--r-- | x11/xdialog/distinfo | 2 | ||||
-rw-r--r-- | x11/xdialog/pkg-plist | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index bf295975c326..2ba0837096b2 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -1,12 +1,13 @@ +# ex:ts=8 # New ports collection makefile for: xdialog -# Date created: Jan 8, 2001 -# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> +# Date created: Jan 8, 2001 +# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # # $FreeBSD$ # PORTNAME= xdialog -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.3 CATEGORIES= x11 MASTER_SITES= http://xdialog.free.fr/ DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} @@ -18,10 +19,13 @@ USE_GTK= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +MAN1= Xdialog.1 + .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${PREFIX}/share/${PORTNAME} - ${CP} ${WRKSRC}/html/* ${PREFIX}/share/${PORTNAME} + @(cd ${WRKSRC}/doc ; \ + ${CP} *.html *.png ${PREFIX}/share/${PORTNAME}) .endif .include <bsd.port.mk> diff --git a/x11/xdialog/distinfo b/x11/xdialog/distinfo index 1e538cb82a87..130baf301907 100644 --- a/x11/xdialog/distinfo +++ b/x11/xdialog/distinfo @@ -1 +1 @@ -MD5 (Xdialog-1.5.1.tar.bz2) = 3354b51abb3ff16540e004ffe072d80b +MD5 (Xdialog-1.5.3.tar.bz2) = eb2d5415c6cec36c18e90067624d85a3 diff --git a/x11/xdialog/pkg-plist b/x11/xdialog/pkg-plist index b5c4fd688e9b..a26fb0a9d1d1 100644 --- a/x11/xdialog/pkg-plist +++ b/x11/xdialog/pkg-plist @@ -5,11 +5,14 @@ bin/Xdialog %%PORTDOCS%%share/xdialog/buildlist.png %%PORTDOCS%%share/xdialog/calendar.png %%PORTDOCS%%share/xdialog/center.png +%%PORTDOCS%%share/xdialog/changelog.html +%%PORTDOCS%%share/xdialog/check.png %%PORTDOCS%%share/xdialog/checklist.png %%PORTDOCS%%share/xdialog/common.html %%PORTDOCS%%share/xdialog/dselect.png %%PORTDOCS%%share/xdialog/editbox.png %%PORTDOCS%%share/xdialog/faq.html +%%PORTDOCS%%share/xdialog/fill.png %%PORTDOCS%%share/xdialog/fixedfont.png %%PORTDOCS%%share/xdialog/fselect.png %%PORTDOCS%%share/xdialog/gauge.png @@ -22,6 +25,7 @@ bin/Xdialog %%PORTDOCS%%share/xdialog/labelleft.png %%PORTDOCS%%share/xdialog/labelright.png %%PORTDOCS%%share/xdialog/left.png +%%PORTDOCS%%share/xdialog/license.html %%PORTDOCS%%share/xdialog/msgbox.png %%PORTDOCS%%share/xdialog/nofixedfont.png %%PORTDOCS%%share/xdialog/notags.png |