* Wipe out extra directory lib/aout .

* One portlint.

Submitted by:	bento
This commit is contained in:
SADA Kenji 2000-07-13 15:30:41 +00:00
parent 4a086c5da7
commit b09689878c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30581
2 changed files with 3 additions and 2 deletions

View file

@ -5,13 +5,13 @@
# $FreeBSD$
#
PORTNAME= libxpg4-ns
PORTNAME= libxpg4
PORTVERSION= 3.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PORTS_JP} \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sada
DISTNAME= libxpg4-3.3
PKGNAMESUFFIX= -ns
MAINTAINER= sada@FreeBSD.ORG

View file

@ -3,3 +3,4 @@ lib/aout/libxpg4-ns.so.2.0
lib/aout/libxpg4-ns_p.a
@exec env OBJFORMAT=aout ldconfig -m %B
@unexec env OBJFORMAT=aout ldconfig -R %B
@unexec rmdir %B 2>/dev/null || true