- Add pkg-plist which should have been added with the previous commit
- Change default DVD device from cd0 to acd0 since this seems to be more commonly used and the error I was getting earlier with acd0 was due to wrong device permissions - Remove pkg-message.in due to the above - Bump PORTREVISION
This commit is contained in:
parent
95878b7f1d
commit
1b0619590b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261345
3 changed files with 16 additions and 14 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= dvdbackup
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -22,13 +23,10 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= DEFAULT_DVD_DEVICE="${DEFAULT_DVD_DEVICE}"
|
||||
|
||||
MAN1= dvdbackup.1
|
||||
PORTDOCS= NEWS README
|
||||
|
||||
DEFAULT_DVD_DEVICE?= /dev/cd0
|
||||
DEFAULT_DVD_DEVICE?= /dev/acd0
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
|
@ -50,7 +48,4 @@ pre-configure:
|
|||
${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
=====================================================================
|
||||
|
||||
%%DEFAULT_DVD_DEVICE%% is used as default DVD device. You may change
|
||||
this by defining DEFAULT_DVD_DEVICE to another device. Make sure you
|
||||
use a SCSI or atapicam(4) device, because an ATAPI device won't work.
|
||||
|
||||
=====================================================================
|
14
sysutils/dvdbackup/pkg-plist
Normal file
14
sysutils/dvdbackup/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
bin/dvdbackup
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/dvdbackup.mo
|
||||
%%NLS%%share/locale/en@quot/LC_MESSAGES/dvdbackup.mo
|
||||
%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/en@quot
|
||||
%%NLS%%share/locale/en@boldquot/LC_MESSAGES/dvdbackup.mo
|
||||
%%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/en@boldquot
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/dvdbackup.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/dvdbackup.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/dvdbackup.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/dvdbackup.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/dvdbackup.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/dvdbackup.mo
|
Loading…
Reference in a new issue