Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F138020149
D3526.id8335.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D3526.id8335.diff
View Options
Index: net/pathneck/Makefile
===================================================================
--- net/pathneck/Makefile
+++ net/pathneck/Makefile
@@ -5,30 +5,33 @@
PORTVERSION= 1.3
CATEGORIES= net
MASTER_SITES= http://www.cs.cmu.edu/~hnn/pathneck/ \
- http://gs274.sp.cs.cmu.edu/www/pathneck/
+ http://gs274.sp.cs.cmu.edu/www/pathneck/
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Active network path probing tool
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= tar:tgz
+MAKEFILE= Makefile.bsd
+MAKE_ARGS= CC="${CC}"
+
PLIST_FILES= sbin/pathneck \
sbin/get-choke
-PORTDOCS= COPYING ChangeLog README
-MAKEFILE= Makefile.bsd
-USES= tar:tgz
+PORTDOCS= ChangeLog README
OPTIONS_DEFINE= DOCS
post-patch:
- @${REINPLACE_CMD} -e 's,^CC .=,CC ?=,' \
- -e 's,^CFLAGS .=,CFLAGS +=,' \
+ @${REINPLACE_CMD} -e 's,^CFLAGS .=,CFLAGS +=,' \
${WRKSRC}/Makefile.bsd
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${STAGEDIR}${PREFIX}/sbin/pathneck
- ${INSTALL_PROGRAM} ${WRKSRC}/get-choke \
- ${STAGEDIR}${PREFIX}/sbin/get-choke
+ ${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/get-choke ${STAGEDIR}${PREFIX}/sbin
-do-install-DOCS-on:
+do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 29, 5:40 AM (19 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26319397
Default Alt Text
D3526.id8335.diff (1 KB)
Attached To
Mode
D3526: - Clarify LICENSE
Attached
Detach File
Event Timeline
Log In to Comment