diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-23 16:17:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-23 16:17:49 +0800 |
commit | 241dc4c10a889e7102ed88644996f7f3302e6af1 (patch) | |
tree | 94a58669aa2d95846a98264e417b7562ebc05bec /Mk/bsd.sdl.mk | |
parent | 217902185ea5f58dbe73c9471b14122c7e0ef5f7 (diff) | |
download | freebsd-ports-gnome-241dc4c10a889e7102ed88644996f7f3302e6af1.tar.gz freebsd-ports-gnome-241dc4c10a889e7102ed88644996f7f3302e6af1.tar.zst freebsd-ports-gnome-241dc4c10a889e7102ed88644996f7f3302e6af1.zip |
- Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]
PR: 151954 [1]
161314 [2]
167085 [3]
167465 [4]
Submitted by: Anonymous <swell.k@gmail.com> [1]
dougb@ and Chris Rees <utisoft@gmail.com> [2]
Garrett Cooper <yanegomi@gmail.com> [3]
"Bryan Drewery" <bryan@shatow.net> [4]
Tested via: phw
Diffstat (limited to 'Mk/bsd.sdl.mk')
-rw-r--r-- | Mk/bsd.sdl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index d4bbefef4714..ba1077a65b80 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -1,4 +1,4 @@ -#-*- mode: Fundamental; tab-width: 4; -*- +#-*- tab-width: 4; -*- # ex:ts=4 # # bsd.sdl.mk - Support for SDL-based ports. |