diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-07-26 02:19:36 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-07-26 02:19:36 +0000 |
commit | 5452f30627caae0a8301d9957dc07a945b3b45d0 (patch) | |
tree | 2d4fefd0d37f7616a5280775b2c8c32f3413d7ad /chinese/qe | |
parent | Update to 1.1 (diff) |
Update to 0.1.1.
PR: ports/28420
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=45495
Diffstat (limited to 'chinese/qe')
-rw-r--r-- | chinese/qe/Makefile | 9 | ||||
-rw-r--r-- | chinese/qe/distinfo | 2 | ||||
-rw-r--r-- | chinese/qe/pkg-plist | 6 |
3 files changed, 13 insertions, 4 deletions
diff --git a/chinese/qe/Makefile b/chinese/qe/Makefile index 5a3bb55bd67b..7bb5852bcd52 100644 --- a/chinese/qe/Makefile +++ b/chinese/qe/Makefile @@ -6,11 +6,18 @@ # PORTNAME= qe -PORTVERSION= 0.0.34 +PORTVERSION= 0.1.1 CATEGORIES= chinese MASTER_SITES= http://www.cc.ncu.edu.tw/~center5/product/qe/ \ http://freebsd.sinica.edu.tw/~statue/ MAINTAINER= statue@freebsd.sinica.edu.tw +HAS_CONFIGURE= yes +USE_GMAKE= yes + +post-configure: + @(cd ${WRKSRC} && \ + ${PATCH} < ${FILESDIR}/post-patch-Makefile ) + .include <bsd.port.mk> diff --git a/chinese/qe/distinfo b/chinese/qe/distinfo index 76971b6e4b25..a24fc7405c66 100644 --- a/chinese/qe/distinfo +++ b/chinese/qe/distinfo @@ -1 +1 @@ -MD5 (qe-0.0.34.tar.gz) = 6fa21489e2081807d983428310b1b8b0 +MD5 (qe-0.1.1.tar.gz) = 46b0e05aab9420456a27db7bc20156f0 diff --git a/chinese/qe/pkg-plist b/chinese/qe/pkg-plist index b128797a84c5..e7d4ed529aa1 100644 --- a/chinese/qe/pkg-plist +++ b/chinese/qe/pkg-plist @@ -1,3 +1,5 @@ bin/qe -etc/qe.hlp -etc/qe.pro +bin/pe2 +share/qe/qe.hlp +share/qe/qe.pro +@dirrm share/qe/ |