aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-12 19:05:56 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-13 14:24:15 +0000
commit6b2ed15fd6f564ccba7fa484786969318e7b7548 (patch)
tree933a15955d02b8588309122073f418222b12b8e2
parentb9a9c35d8af0f597479b5e17e1fcb26949af1876 (diff)
downloadports-6b2ed15fd6f564ccba7fa484786969318e7b7548.tar.gz
ports-6b2ed15fd6f564ccba7fa484786969318e7b7548.zip
devel/libs11n: Unbreak on HEAD
- Pet portclippy - Adopt port
-rw-r--r--devel/libs11n/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/libs11n/Makefile b/devel/libs11n/Makefile
index 381454909c75..0bc7949e34bb 100644
--- a/devel/libs11n/Makefile
+++ b/devel/libs11n/Makefile
@@ -5,17 +5,20 @@ PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/s11n/s11n/${PORTVERSION}/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= C++ library for easily serializing a wide variety of objects
WWW= http://s11n.net/
LICENSE= PD
USES= uidfix zip
-WRKSRC_SUBDIR= src
USE_LDCONFIG= yes
-.if defined(NO_PROFILE)
+WRKSRC_SUBDIR= src
+
+.include <bsd.port.pre.mk>
+
+.if defined(NO_PROFILE) || ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 )
PLIST_SUB+= PROFILE="@comment "
.else
PLIST_SUB+= PROFILE=""
@@ -34,4 +37,4 @@ pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net/s11n/proxy/pod
${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net/s11n/proxy/std
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>