diff options
author | mat <mat@FreeBSD.org> | 2015-04-03 19:26:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-03 19:26:48 +0800 |
commit | 0691688a506fc2dffc574eeeb80dc0d876378fed (patch) | |
tree | 204c01c7973e83331fc29d8b09e59b3e9f219bd6 /net/netatalk3 | |
parent | 33639ffbb666f12097ddeff5ef7da2226febf15b (diff) | |
download | freebsd-ports-gnome-0691688a506fc2dffc574eeeb80dc0d876378fed.tar.gz freebsd-ports-gnome-0691688a506fc2dffc574eeeb80dc0d876378fed.tar.zst freebsd-ports-gnome-0691688a506fc2dffc574eeeb80dc0d876378fed.zip |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
Diffstat (limited to 'net/netatalk3')
-rw-r--r-- | net/netatalk3/Makefile | 6 | ||||
-rw-r--r-- | net/netatalk3/pkg-plist | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index bfc886a27f2f..651aaef59a5b 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -139,12 +139,6 @@ CONFIGURE_ARGS+=--enable-tcp-wrappers CONFIGURE_ARGS+=--disable-tcp-wrappers .endif -.if ${OSVERSION} < 800031 -PLIST_SUB+= ATFUNCS="@comment " -.else -PLIST_SUB+= ATFUNCS="" -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ diff --git a/net/netatalk3/pkg-plist b/net/netatalk3/pkg-plist index eb900d779e5f..79c64827cf44 100644 --- a/net/netatalk3/pkg-plist +++ b/net/netatalk3/pkg-plist @@ -1,4 +1,4 @@ -%%ATFUNCS%%bin/ad +bin/ad bin/afpldaptest bin/afppasswd %%DBUS%%bin/afpstats |