diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-24 04:15:40 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-24 04:15:40 +0000 |
commit | fd775a8a662ad6456b5003f0895b4dcfb2e36257 (patch) | |
tree | a601c3b94aecad7ad8227650d43ccd63268601e9 /x11 | |
parent | Update to version 0.1b8. (diff) |
Finish fixes between PR's 15537 and 15588:
* Fixed MASTER_SITES
* Added MAINTAINER line
* zcat -> GZIP_CMD
* sh -> SH
PR: 15588
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=23957
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sxpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile index 5ff6b6202b0e..366edbd615bf 100644 --- a/x11/sxpc/Makefile +++ b/x11/sxpc/Makefile @@ -18,7 +18,7 @@ USE_IMAKE= yes NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -dc -EXTRACT_AFTER_ARGS= |sh +EXTRACT_AFTER_ARGS= | ${SH} MAN1= sxpc.1 |