diff options
author | leeym <leeym@FreeBSD.org> | 2004-10-25 09:51:57 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-10-25 09:51:57 +0800 |
commit | 5f88fc751f63ffa45fe78f69558af5ac7f2378eb (patch) | |
tree | ea807f82169c58b3b086d2012ceae82e2b13076e /sysutils | |
parent | c02e5e0cb7d2525b70e4610fc5c1749dd3c47759 (diff) | |
download | freebsd-ports-graphics-5f88fc751f63ffa45fe78f69558af5ac7f2378eb.tar.gz freebsd-ports-graphics-5f88fc751f63ffa45fe78f69558af5ac7f2378eb.tar.zst freebsd-ports-graphics-5f88fc751f63ffa45fe78f69558af5ac7f2378eb.zip |
remove redundant whitespace
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bbsmount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bbsmount/Makefile b/sysutils/bbsmount/Makefile index 9b2957d1f6b..dc97f61ccbc 100644 --- a/sysutils/bbsmount/Makefile +++ b/sysutils/bbsmount/Makefile @@ -23,7 +23,7 @@ USE_GCC= 2.95 PORTDOCS= README BUGS NEWS AUTHORS ChangeLog post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} post-install: |