diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
commit | 2a95686979e4368264072daf699d735a95d8fe4f (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /devel/gnome-vfsmm | |
parent | 412b288e0cc46321af50c1dbaabd2f42af7409f7 (diff) | |
download | freebsd-ports-graphics-2a95686979e4368264072daf699d735a95d8fe4f.tar.gz freebsd-ports-graphics-2a95686979e4368264072daf699d735a95d8fe4f.tar.zst freebsd-ports-graphics-2a95686979e4368264072daf699d735a95d8fe4f.zip |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/gnome-vfsmm')
-rw-r--r-- | devel/gnome-vfsmm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile index 32d8f19d036..69f71d6a343 100644 --- a/devel/gnome-vfsmm/Makefile +++ b/devel/gnome-vfsmm/Makefile @@ -24,7 +24,7 @@ PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples// ; \ - /^SUBDIRS =/s/docs//' \ + /^SUBDIRS =/s/docs//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in |