diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | 884981ec68cdccc03368be15d055407446135f3d (patch) | |
tree | 2f9733041e0ddb6902f51ab47491598efdeeaa7c /www/html2hdml | |
parent | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff) | |
download | FreeBSD-ports-884981ec68cdccc03368be15d055407446135f3d.zip FreeBSD-ports-884981ec68cdccc03368be15d055407446135f3d.tar.gz |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'www/html2hdml')
-rw-r--r-- | www/html2hdml/Makefile | 1 | ||||
-rw-r--r-- | www/html2hdml/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/html2hdml/Makefile b/www/html2hdml/Makefile index e110018..1572c52 100644 --- a/www/html2hdml/Makefile +++ b/www/html2hdml/Makefile @@ -15,5 +15,6 @@ MAINTAINER= knu@FreeBSD.org COMMENT= An i-mode HTML to EZweb HDML converter GNU_CONFIGURE= yes +PLIST_FILES= bin/html2hdml .include <bsd.port.mk> diff --git a/www/html2hdml/pkg-plist b/www/html2hdml/pkg-plist deleted file mode 100644 index ae81351..0000000 --- a/www/html2hdml/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/html2hdml |