diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2008-06-10 05:20:09 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2008-06-10 05:20:09 +0000 |
| commit | 0d9502dd46e50572b805581a6b8933ef0d2af3c4 (patch) | |
| tree | 1e6f445bb2cde55f38a8ad68a9c6326a81f21b79 /sysutils/screen/Makefile | |
| parent | c0bdc5dbd8c3a4f7048accda2521b7ee181b27c3 (diff) | |
Notes
Diffstat (limited to 'sysutils/screen/Makefile')
| -rw-r--r-- | sysutils/screen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index 3e840045d0c8..e33e27a5cc02 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -7,7 +7,7 @@ PORTNAME= screen PORTVERSION= 4.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ http://komquats.com/distfiles/ \ @@ -64,6 +64,7 @@ EXTRA_PATCHES+= ${FILESDIR}/opt-cjkwidth post-patch: @${RM} ${WRKSRC}/doc/screen.info* + @${REINPLACE_CMD} -e 's|/dev/ptmx|/nonexistent|' ${WRKSRC}/configure post-install: @${MKDIR} ${EXAMPLESDIR} |
