diff options
author | netchild <netchild@FreeBSD.org> | 2003-07-18 10:11:32 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-07-18 10:11:32 +0000 |
commit | e13f67923d1f164a52ba85c02d2621859efa0448 (patch) | |
tree | f7de8d849e2f2c50edca3c49b8fa2277646f2224 /sysutils/sformat/pkg-plist | |
parent | 0eda443f3fcdb54b90967116a9c28bb0157d30c9 (diff) | |
download | FreeBSD-ports-e13f67923d1f164a52ba85c02d2621859efa0448.zip FreeBSD-ports-e13f67923d1f164a52ba85c02d2621859efa0448.tar.gz |
- Fix a typo in PORTREVISION. Doh!
- Manually replace included copies of config.guess and config.sub with
versions from ${PORTSDIR}/Templates. This is necessary as the sformat
package doesn't have a valid configure script in it's root directory
but one in a sub-directory that is executed by the SING (Schily Is
Not Gnu) makefile system further down the road. Therefor the port
can't set GNU_CONFIGURE which would automatically copy the relevant
files.
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg. It is a
workaround for a (probably alumnus) bug in a SCSI-driver of NetBSD
and the affected code doesn't get compiled on neither pre-CAM nor
CAM versions of FreeBSD.
- Use DATADIR in pkg-plist.
Submitted by: maintainer
Diffstat (limited to 'sysutils/sformat/pkg-plist')
-rw-r--r-- | sysutils/sformat/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sformat/pkg-plist b/sysutils/sformat/pkg-plist index ccdc19f..b58af09 100644 --- a/sysutils/sformat/pkg-plist +++ b/sysutils/sformat/pkg-plist @@ -1,3 +1,3 @@ bin/sformat -share/sformat/sformat.dat -@dirrm share/sformat +%%DATADIR%%/sformat.dat +@dirrm %%DATADIR%% |