Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110119939
D43083.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
D43083.diff
View Options
diff --git a/textproc/bsd-spell/Makefile b/textproc/bsd-spell/Makefile
--- a/textproc/bsd-spell/Makefile
+++ b/textproc/bsd-spell/Makefile
@@ -1,4 +1,5 @@
PORTNAME= bsd-spell
+PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.1
CATEGORIES= textproc
@@ -14,18 +15,10 @@
GH_ACCOUNT= gbergling
GH_PROJECT= bsdspell
-PLIST_FILES= libexec/spellprog bin/spell bin/deroff \
- man/man1/spell.1.gz man/man1/deroff.1.gz \
- share/dict/american \
- share/dict/british \
- share/dict/special.4bsd \
- share/dict/special.math \
- share/dict/stop
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/usr.bin/spell/spellprog ${STAGEDIR}${PREFIX}/libexec
${INSTALL_PROGRAM} ${WRKSRC}/usr.bin/deroff/deroff ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/usr.bin/spell/spell.sh ${STAGEDIR}${PREFIX}/bin/spell
+ ${INSTALL_SCRIPT} ${WRKSRC}/usr.bin/spell/spell.sh ${STAGEDIR}${PREFIX}/bin/bspell
${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/american ${STAGEDIR}${PREFIX}/share/dict
${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/british ${STAGEDIR}${PREFIX}/share/dict
diff --git a/textproc/bsd-spell/pkg-plist b/textproc/bsd-spell/pkg-plist
new file mode 100644
--- /dev/null
+++ b/textproc/bsd-spell/pkg-plist
@@ -0,0 +1,10 @@
+libexec/spellprog
+bin/bspell
+bin/deroff
+man/man1/spell.1.gz
+man/man1/deroff.1.gz
+share/dict/american
+share/dict/british
+share/dict/special.4bsd
+share/dict/special.math
+share/dict/stop
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 14, 9:31 PM (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16648241
Default Alt Text
D43083.diff (1 KB)
Attached To
Mode
D43083: bsd-spell: Install as bspell instead of spell
Attached
Detach File
Event Timeline
Log In to Comment