Skip to content

Commit

Permalink
don't need to use rm here.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Smith committed Oct 19, 2003
1 parent a044b35 commit 8a428b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misc/screen/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2003/10/14 23:05:28 jolan Exp $
# $OpenBSD: Makefile,v 1.49 2003/10/19 03:59:27 brad Exp $

COMMENT= "multi-screen window manager"

Expand Down Expand Up @@ -39,7 +39,6 @@ pre-build:
@perl -pi -e s#!!sysconfdir!!#${SYSCONFDIR}#g ${WRKSRC}/doc/screen.1

post-install:
@rm -f ${PREFIX}/bin/screen
@cd ${PREFIX}/bin && mv -f screen-${VERSION} screen
@chmod 755 ${PREFIX}/bin/screen
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/screen
Expand Down

0 comments on commit 8a428b5

Please sign in to comment.