diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 17:24:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 17:24:13 +0000 |
commit | 28b36508759616b13dd258c66449e7a8824b7b88 (patch) | |
tree | c3290ecbb9c6f0b440c6e8ce38c560f879e3e2be | |
parent | 39f9c7546f83091d0c4035d2f4cd0d4b4cdc6988 (diff) | |
download | ports-28b36508759616b13dd258c66449e7a8824b7b88.tar.gz ports-28b36508759616b13dd258c66449e7a8824b7b88.zip |
Notes
-rw-r--r-- | editors/hte/Makefile | 5 | ||||
-rw-r--r-- | editors/hte/distinfo | 4 | ||||
-rw-r--r-- | editors/hte/pkg-plist | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index c86d3e02925b..18a64aa60b9c 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -7,7 +7,7 @@ # PORTNAME= hte -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +23,9 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-release +PORTDOCS= README +PLIST_FILES= bin/ht + .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 diff --git a/editors/hte/distinfo b/editors/hte/distinfo index 5fd7542c8693..e569104eb046 100644 --- a/editors/hte/distinfo +++ b/editors/hte/distinfo @@ -1,2 +1,2 @@ -MD5 (ht-0.7.4.tar.bz2) = f4f56bac7fa0d12b2b375687da96f695 -SIZE (ht-0.7.4.tar.bz2) = 666334 +MD5 (ht-0.7.5.tar.bz2) = 9c0a9f043d6b4f366a9c60bf594c382d +SIZE (ht-0.7.5.tar.bz2) = 649346 diff --git a/editors/hte/pkg-plist b/editors/hte/pkg-plist deleted file mode 100644 index dcdfb5ddba99..000000000000 --- a/editors/hte/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/ht -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |