Revert using pkgdesc|shortdesc in NAME.

NAME should interpret the condensed name in PKG.
pkgdesc|shortdesc describes what the package does and that belongs in DESC.
This commit is contained in:
Tom G. Christensen 2008-04-18 09:02:16 +00:00
parent f1c912031f
commit fdb938e48b
2 changed files with 3 additions and 1 deletions

View File

@ -136,8 +136,9 @@ pack_info()
-e "s#%%pkgcat%%#$pkgcat#g" \ -e "s#%%pkgcat%%#$pkgcat#g" \
-e "s#%%pkgvendor%%#$pkgvendor - packaged by $pkgedby#g" \ -e "s#%%pkgvendor%%#$pkgvendor - packaged by $pkgedby#g" \
-e "s#%%pkgver%%#$pkgver#g" \ -e "s#%%pkgver%%#$pkgver#g" \
-e "s#%%name%%#$name - $pkgdesc#g" \ -e "s#%%name%%#$name#g" \
-e "s#%%topinstalldir%%#$topinstalldir#g" \ -e "s#%%topinstalldir%%#$topinstalldir#g" \
-e "s#%%pkgdesc%%#$pkgdesc#g" \
-e "s#%%pstamp%%#$pstamp#g" \ -e "s#%%pstamp%%#$pstamp#g" \
-e "s#%%email%%#$email#g" \ -e "s#%%email%%#$email#g" \
-e "s#%%maxinst%%#$maxinst#g" \ -e "s#%%maxinst%%#$maxinst#g" \

View File

@ -8,4 +8,5 @@ EMAIL="%%email%%"
PSTAMP="%%pstamp%%" PSTAMP="%%pstamp%%"
BASEDIR="%%topinstalldir%%" BASEDIR="%%topinstalldir%%"
CLASSES="none" CLASSES="none"
DESC="%%pkgdesc%%"
MAXINST="%%maxinst%%" MAXINST="%%maxinst%%"